Click or drag to resize
Accord.NET (logo)

SignalToDouble Method

Converts this signal into a array of floating-point samples.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public double[] ToDouble()
Request Example View Source

Return Value

Type: Double
An array of single-precision floating-point samples.
See Also