BigInteger.GreatestCommonDivisor メソッド (F#)

2 つの多倍長整数の最大公約数を返します。

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

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

// Signature:
static member GreatestCommonDivisor : BigInteger * BigInteger -> BigInteger

// Usage:
BigInteger.GreatestCommonDivisor (x, y)

パラメーター

解説

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

プラットフォーム

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

バージョン情報

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

サポート: 2.0

参照

関連項目

Numerics.BigInteger 構造体 (F#)

System.Numerics 名前空間 (F#)