Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:core
  3. int
  4. abs abstract method
abs
description

abs abstract method

intabs()
override

Returns the absolute value of this integer.

For any integervalue,the result is the same asvalue < 0 ? -value : value.

Integer overflow may cause the result of-value to stay negative.

Implementation

int abs();
  1. Dart
  2. dart:core
  3. int
  4. abs abstract method
int class

[8]ページ先頭

©2009-2025 Movatter.jp