Returns float from the byte array.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static float GetSingle(
byte[] byteArray,
int startIndex
)
Public Shared Function GetSingle (
byteArray As Byte(),
startIndex As Integer
) As Single
public:
static float GetSingle(
array<unsigned char>^ byteArray,
int startIndex
)
static member GetSingle :
byteArray : byte[] *
startIndex : int -> float32
Parameters
- byteArray
- Type: SystemByte
byte array. - startIndex
- Type: SystemInt32
Start index of the byte array.
Return Value
Type:
Single[Missing <returns> documentation for "M:Bio.Util.Helper.GetSingle(System.Byte[],System.Int32)"]
See Also