flutterxel_core_sgn_i64 method

int flutterxel_core_sgn_i64(
  1. int x
)

Implementation

int flutterxel_core_sgn_i64(int x) {
  return _flutterxel_core_sgn_i64(x);
}