NFloat Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
NFloat(Double) |
Construit une instance à partir d’une valeur à virgule flottante 64 bits. |
NFloat(Single) |
Construit une instance à partir d’une valeur à virgule flottante 32 bits. |
NFloat(Double)
- Source:
- NFloat.cs
- Source:
- NFloat.cs
- Source:
- NFloat.cs
Construit une instance à partir d’une valeur à virgule flottante 64 bits.
public:
NFloat(double value);
public NFloat (double value);
new System.Runtime.InteropServices.NFloat : double -> System.Runtime.InteropServices.NFloat
Public Sub New (value As Double)
Paramètres
- value
- Double
Valeur à virgule flottante.
S’applique à
NFloat(Single)
- Source:
- NFloat.cs
- Source:
- NFloat.cs
- Source:
- NFloat.cs
Construit une instance à partir d’une valeur à virgule flottante 32 bits.
public:
NFloat(float value);
public NFloat (float value);
new System.Runtime.InteropServices.NFloat : single -> System.Runtime.InteropServices.NFloat
Public Sub New (value As Single)
Paramètres
- value
- Single
Valeur à virgule flottante.