BigInteger.Abs メソッド (F#)

多倍長整数の絶対値を計算します。

名前空間/モジュール パス: System.Numerics

アセンブリ: FSharp.Core (FSharp.Core.dll)

// Signature:
static member Abs : BigInteger -> BigInteger

// Usage:
BigInteger.Abs (x)

パラメーター

解説

この API は、F# コア ライブラリのバージョンで使用するためにのみ、.NET Framework 2.0 を対象となります。.NET Framework 4 を使用している場合は、同じ名前の .NET Framework 4 API である Abs を使用します。

プラットフォーム

Windows 8、Windows 7、Windows Server 2012 で Windows Server 2008 R2

バージョン情報

F# コア ライブラリのバージョン

サポート: 2.0

参照

関連項目

Numerics.BigInteger 構造体 (F#)

System.Numerics 名前空間 (F#)