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

定義

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

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

パラメーター

value
Double

チェックする値。

返品

が正規表現内にある場合は a0/&。それ以外の場合は。

実装

適用対象