Name | <ElementTag.integer_to_binary> |
Returns | BinaryTag |
Description | Returns a BinaryTag holding 8 bytes of this integer number converted to binary format using big-endian 64-bit integer twos-complement encoding. |
Example |
|
Group | conversion |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ElementTag.java#L2280 |