BitConverter
cs.system.BitConverter (extern final class)
Static Members
IsLittleEndian: Bool
DoubleToInt64Bits(value: Float): haxe.Int64
Name | Type |
---|---|
value |
Float |
Returns |
---|
haxe.Int64 |
Int64BitsToDouble(value: haxe.Int64): Float
Name | Type |
---|---|
value |
haxe.Int64 |
Returns |
---|
Float |
GetBytes(value: Bool): cs.NativeArray<cs.types.UInt8>
Name | Type |
---|---|
value |
Bool |
Returns |
---|
cs.NativeArray<cs.types.UInt8> |
ToBoolean(value: cs.NativeArray<cs.types.UInt8>, startIndex: Int): Bool
Name | Type |
---|---|
value |
cs.NativeArray<cs.types.UInt8> |
startIndex |
Int |
Returns |
---|
Bool |
ToChar(value: cs.NativeArray<cs.types.UInt8>, startIndex: Int): cs.types.Char16
Name | Type |
---|---|
value |
cs.NativeArray<cs.types.UInt8> |
startIndex |
Int |
Returns |
---|
cs.types.Char16 |
ToInt16(value: cs.NativeArray<cs.types.UInt8>, startIndex: Int): cs.types.Int16
Name | Type |
---|---|
value |
cs.NativeArray<cs.types.UInt8> |
startIndex |
Int |
Returns |
---|
cs.types.Int16 |
ToInt32(value: cs.NativeArray<cs.types.UInt8>, startIndex: Int): Int
Name | Type |
---|---|
value |
cs.NativeArray<cs.types.UInt8> |
startIndex |
Int |
Returns |
---|
Int |
ToInt64(value: cs.NativeArray<cs.types.UInt8>, startIndex: Int): haxe.Int64
Name | Type |
---|---|
value |
cs.NativeArray<cs.types.UInt8> |
startIndex |
Int |
Returns |
---|
haxe.Int64 |
ToUInt16(value: cs.NativeArray<cs.types.UInt8>, startIndex: Int): cs.types.UInt16
Name | Type |
---|---|
value |
cs.NativeArray<cs.types.UInt8> |
startIndex |
Int |
Returns |
---|
cs.types.UInt16 |
ToUInt32(value: cs.NativeArray<cs.types.UInt8>, startIndex: Int): UInt
Name | Type |
---|---|
value |
cs.NativeArray<cs.types.UInt8> |
startIndex |
Int |
Returns |
---|
UInt |
ToUInt64(value: cs.NativeArray<cs.types.UInt8>, startIndex: Int): cs.types.UInt64
Name | Type |
---|---|
value |
cs.NativeArray<cs.types.UInt8> |
startIndex |
Int |
Returns |
---|
cs.types.UInt64 |
ToSingle(value: cs.NativeArray<cs.types.UInt8>, startIndex: Int): Single
Name | Type |
---|---|
value |
cs.NativeArray<cs.types.UInt8> |
startIndex |
Int |
Returns |
---|
Single |
ToDouble(value: cs.NativeArray<cs.types.UInt8>, startIndex: Int): Float
Name | Type |
---|---|
value |
cs.NativeArray<cs.types.UInt8> |
startIndex |
Int |
Returns |
---|
Float |
ToString(value: cs.NativeArray<cs.types.UInt8>): String
Name | Type |
---|---|
value |
cs.NativeArray<cs.types.UInt8> |
Returns |
---|
String |
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:abstract |
- |
:libType |
- |
:csNative |
- |