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