Complex.IsInteger(Complex) メソッド

定義

値が整数値を表すかどうかを判断します。

public:
 static bool IsInteger(System::Numerics::Complex value) = System::Numerics::INumberBase<System::Numerics::Complex>::IsInteger;
public static bool IsInteger (System.Numerics.Complex value);
static member IsInteger : System.Numerics.Complex -> bool
Public Shared Function IsInteger (value As Complex) As Boolean

パラメーター

value
Complex

チェックする値。

戻り値

true が整数の場合 value は 。それ以外の場合 falseは 。

実装

注釈

このメソッドは浮動小数点値を正しく処理するため2.0、 は while を2.2trueし、 3.3 は を返しますfalse3.0

適用対象