Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:core
  3. BigInt
  4. BigInt.from factory constructor
BigInt.from
description

BigInt.from constructor

BigInt.from(
  1. numvalue
)

Creates a big integer from the providedvalue number.

Examples:

var bigInteger = BigInt.from(1); // 1bigInteger = BigInt.from(0.9999); // 0bigInteger = BigInt.from(-10.99); // -10

Implementation

external factory BigInt.from(num value);
  1. Dart
  2. dart:core
  3. BigInt
  4. BigInt.from factory constructor
BigInt class

[8]ページ先頭

©2009-2025 Movatter.jp