Method | Description | |
---|---|---|
GetBytes ( float value ) : byte[] | ||
GetBytes ( float value, ByteOrder order ) : byte[] | ||
GetBytes ( uint value ) : byte[] | ||
ToSingle ( Array value, int index ) : float | ||
ToSingle ( Array value, int index, ByteOrder order ) : float | ||
ToUInt32 ( Array value, int index ) : uint |
public static GetBytes ( float value ) : byte[] | ||
value | float | |
return | byte[] |
public static GetBytes ( float value, ByteOrder order ) : byte[] | ||
value | float | |
order | ByteOrder | |
return | byte[] |
public static GetBytes ( uint value ) : byte[] | ||
value | uint | |
return | byte[] |
public static ToSingle ( Array value, int index ) : float | ||
value | Array | |
index | int | |
return | float |
public static ToSingle ( Array value, int index, ByteOrder order ) : float | ||
value | Array | |
index | int | |
order | ByteOrder | |
return | float |
public static ToUInt32 ( Array value, int index ) : uint | ||
value | Array | |
index | int | |
return | uint |