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