nfloat Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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