| HelperGetLittleEndianByteArray Method (Single) | 
            Gets byte array which represents value of float in LittleEndian format.
            
 
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic static byte[] GetLittleEndianByteArray(
	float value
)
Public Shared Function GetLittleEndianByteArray ( 
	value As Single
) As Byte()
public:
static array<unsigned char>^ GetLittleEndianByteArray(
	float value
)
static member GetLittleEndianByteArray : 
        value : float32 -> byte[] 
Parameters
- value
 - Type: SystemSingle
Float value. 
Return Value
Type: 
Byte[Missing <returns> documentation for "M:Bio.Util.Helper.GetLittleEndianByteArray(System.Single)"]
See Also