Partager via


ValidationUtils.IsValid Méthode

Définition

Surcharges

IsValid(Double)
IsValid(Single)

IsValid(Double)

public:
 static bool IsValid(double v);
public static bool IsValid (double v);
static member IsValid : double -> bool
Public Shared Function IsValid (v As Double) As Boolean

Paramètres

v
Double

Retours

S’applique à

IsValid(Single)

public:
 static bool IsValid(float v);
public static bool IsValid (float v);
static member IsValid : single -> bool
Public Shared Function IsValid (v As Single) As Boolean

Paramètres

v
Single

Retours

S’applique à