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