menu
blockchain_utils package
documentation
crypto/crypto/cdsa/crypto_ops/operations/ops.dart
CryptoOps
negative static method
negative static method
dark_mode
light_mode
negative
static method
int
negative
(
int
b
)
Implementation
static int negative(int b) { BigInt x = b.toBig; x >>= 63; return (x & BigInt.one).toInt(); }
blockchain_utils package
documentation
crypto/crypto/cdsa/crypto_ops/operations/ops
CryptoOps
negative static method
CryptoOps class