Click or drag to resize
Accord.NET (logo)

SampleConverterConvert Method (Int32, Single)

Converts a signed 32-bit integer sample into a 32-bit float-point sample.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public static void Convert(
	int from,
	out float to
)
Request Example View Source

Parameters

from
Type: SystemInt32
The original sample.
to
Type: SystemSingle
The resulting sample.
See Also