菜单
Dart
dart:core
BigInt
符号属性
符号
暗黑模式
亮模式
描述
符号
属性
int
sign
返回这个大整数的符号。
返回值为0表示零,-1表示小于零的值,+1表示大于零的值。
实现
int get sign;
Dart
dart:core
BigInt
符号属性
BigInt类
Cookie管理控件