INumberBase<TSelf>.IsNormal(TSelf) Yöntem

Tanım

Bir değerin normal olup olmadığını belirler.

public:
 static bool IsNormal(TSelf value);
public static abstract bool IsNormal (TSelf value);
static member IsNormal : 'Self -> bool
Public Shared Function IsNormal (value As TSelf) As Boolean

Parametreler

value
TSelf

Denetlenecek değer.

Döndürülenler

true normalse value ; değilse, false.

Şunlara uygulanır