Click or drag to resize
HelperGetLittleEndianByteArray Method (Single)
Gets byte array which represents value of float in LittleEndian format.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static byte[] GetLittleEndianByteArray(
	float value
)

Parameters

value
Type: SystemSingle
Float value.

Return Value

Type: Byte

[Missing <returns> documentation for "M:Bio.Util.Helper.GetLittleEndianByteArray(System.Single)"]

See Also