haXe API Documentation
Back
|
Index
extern
class
system.BitConverter
Available in cs
static
var
IsLittleEndian(default,null) :
Bool
static
function
DoubleToInt64Bits(v :
Float
) :
haxe.Int64
static
function
GetBytes(d :
Dynamic
) :
cs.NativeArray
<
cs.UInt8
>
static
function
Int64BitsToDouble(v :
haxe.Int64
) :
Float
static
function
ToBoolean(b :
cs.NativeArray
<
cs.UInt8
>, startIndex :
Int
) :
Bool
static
function
ToChar(b :
cs.NativeArray
<
cs.UInt8
>, startIndex :
Int
) :
cs.Char16
static
function
ToDouble(b :
cs.NativeArray
<
cs.UInt8
>, startIndex :
Int
) :
Float
static
function
ToInt16(b :
cs.NativeArray
<
cs.UInt8
>, startIndex :
Int
) :
cs.Int16
static
function
ToInt32(b :
cs.NativeArray
<
cs.UInt8
>, startIndex :
Int
) :
Int
static
function
ToInt64(b :
cs.NativeArray
<
cs.UInt8
>, startIndex :
Int
) :
haxe.Int64
static
function
ToSingle(b :
cs.NativeArray
<
cs.UInt8
>, startIndex :
Int
) :
Single
Back
|
Index