nfloat Constructors

Definition

Overloads

nfloat(Double)

Initializes an nfloat from a double value.   On 32 bit platforms, this might be a lossy initialization.

nfloat(Single)

Initializes an nfloat from a float value.

nfloat(Double)

Initializes an nfloat from a double value.   On 32 bit platforms, this might be a lossy initialization.

public nfloat (double v);
new nfloat : double -> nfloat

Parameters

v
Double

Applies to

nfloat(Single)

Initializes an nfloat from a float value.

public nfloat (float v);
new nfloat : single -> nfloat

Parameters

v
Single

Applies to