Click or drag to resize
Accord.NET (logo)

SignalToFloat 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 float[] ToFloat()
Request Example View Source

Return Value

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