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

定義

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

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

パラメーター

value
Single

チェックする値。

戻り値

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

実装

適用対象