FromValueWithUnit

FromValueWithUnit(float, Unit)

Crée et renvoie une instance de type Longueur par le nombre flottant spécifié et l’unité

public static Length FromValueWithUnit(float value, Unit unit)
Paramètre Taper La description
value Single > N’importe quel nombre flottant (FP32)
unit Unit Tout type d’unité valide

Return_Value

Nouvelle instance du type Longueur

Voir également


FromValueWithUnit(double, Unit)

Crée et renvoie une instance de type Longueur par le nombre double spécifié et l’unité

public static Length FromValueWithUnit(double value, Unit unit)
Paramètre Taper La description
value Double Tout nombre double (FP64), qui sera converti en flottant (FP32)
unit Unit Tout type d’unité valide

Return_Value

Nouvelle instance du type Longueur

Voir également


FromValueWithUnit(int, Unit)

Crée et renvoie une instance de type Longueur par le nombre entier spécifié et l’unité

public static Length FromValueWithUnit(int value, Unit unit)
Paramètre Taper La description
value Int32 Tout nombre entier
unit Unit Tout type d’unité valide

Return_Value

Nouvelle instance du type Longueur

Voir également