NFloat Konstruktoren

Definition

Überlädt

NFloat(Double)

Erstellt eine instance aus einem 64-Bit-Gleitkommawert.

NFloat(Single)

Erstellt eine instance aus einem 32-Bit-Gleitkommawert.

NFloat(Double)

Quelle:
NFloat.cs
Quelle:
NFloat.cs
Quelle:
NFloat.cs

Erstellt eine instance aus einem 64-Bit-Gleitkommawert.

public:
 NFloat(double value);
public NFloat (double value);
new System.Runtime.InteropServices.NFloat : double -> System.Runtime.InteropServices.NFloat
Public Sub New (value As Double)

Parameter

value
Double

Der Gleitkommawert.

Gilt für:

NFloat(Single)

Quelle:
NFloat.cs
Quelle:
NFloat.cs
Quelle:
NFloat.cs

Erstellt eine instance aus einem 32-Bit-Gleitkommawert.

public:
 NFloat(float value);
public NFloat (float value);
new System.Runtime.InteropServices.NFloat : single -> System.Runtime.InteropServices.NFloat
Public Sub New (value As Single)

Parameter

value
Single

Der Gleitkommawert.

Gilt für: