-
- All Implemented Interfaces:
public final class UInt128Kt
-
-
Method Summary
Modifier and Type Method Description final static ByteArraytoByteArray(UInt128 $self)Converts UInt128 to ByteArray final static UInt128toUInt128(ByteArray $self)Converts ByteArray into UInt128 final static UInt512toUInt128(UByte $self)Converts UInt8 (UByte) to UInt128 final static UInt512toUInt128(UShort $self)Converts UInt16 (UShort) to UInt128 final static UInt512toUInt128(UInt $self)Converts UInt32 (UInt) to UInt128 final static UInt512toUInt128(ULong $self)Converts UInt64 (ULong) to UInt128 -
-
Method Detail
-
toByteArray
final static ByteArray toByteArray(UInt128 $self)
-
-
-
-