Complex.INumberBase<Complex>.IsCanonical(Complex) メソッド

定義

値が正規表現内にあるかどうかを判断します。

 static bool System.Numerics.INumberBase<System.Numerics.Complex>.IsCanonical(System::Numerics::Complex value) = System::Numerics::INumberBase<System::Numerics::Complex>::IsCanonical;
static bool INumberBase<Complex>.IsCanonical (System.Numerics.Complex value);
static member System.Numerics.INumberBase<System.Numerics.Complex>.IsCanonical : System.Numerics.Complex -> bool
 Shared Function IsCanonical (value As Complex) As Boolean Implements INumberBase(Of Complex).IsCanonical

パラメーター

value
Complex

チェックする値。

戻り値

true が正規表現内にある場合 value は 。それ以外の場合 falseは 。

実装

適用対象