-
- All Implemented Interfaces:
public final class Int256Kt
-
-
Method Summary
Modifier and Type Method Description final static ByteArraytoByteArray(Int256 $self)Converts Int256 to ByteArray final static Int256toInt256(ByteArray $self)Converts ByteArray into Int256 final static Int256toInt256(Byte $self)Converts Int8 (Byte) to Int256 final static Int256toInt256(Short $self)Converts Int16 (Short) to Int256 final static Int256toInt256(Integer $self)Converts Int32 (Int) to Int256 final static Int256toInt256(Long $self)Converts Int64 (Long) to Int256 final static Int256toInt256(Int128 $self)Converts Int128 to Int256 -
-
Method Detail
-
toByteArray
final static ByteArray toByteArray(Int256 $self)
-
-
-
-