nfloat.Explicit Operator

Definition

Overloads

Explicit(Decimal to nfloat)
Explicit(nfloat to UInt64)
Explicit(nfloat to UInt32)
Explicit(nfloat to UInt16)
Explicit(nfloat to Single)
Explicit(nfloat to IntPtr)
Explicit(nfloat to Int64)
Explicit(nfloat to SByte)
Explicit(nfloat to Int16)
Explicit(nfloat to Decimal)
Explicit(nfloat to Char)
Explicit(nfloat to Byte)
Explicit(IntPtr to nfloat)
Explicit(Double to nfloat)
Explicit(nfloat to Int32)

Explicit(Decimal to nfloat)

public static explicit operator nfloat (decimal v);
static member op_Explicit : decimal -> nfloat

Parameters

Returns

Applies to

Explicit(nfloat to UInt64)

public static explicit operator ulong (nfloat v);
static member op_Explicit : nfloat -> uint64

Parameters

v
nfloat

Returns

Applies to

Explicit(nfloat to UInt32)

public static explicit operator uint (nfloat v);
static member op_Explicit : nfloat -> uint32

Parameters

v
nfloat

Returns

Applies to

Explicit(nfloat to UInt16)

public static explicit operator ushort (nfloat v);
static member op_Explicit : nfloat -> uint16

Parameters

v
nfloat

Returns

Applies to

Explicit(nfloat to Single)

public static explicit operator float (nfloat v);
static member op_Explicit : nfloat -> single

Parameters

v
nfloat

Returns

Applies to

Explicit(nfloat to IntPtr)

public static explicit operator IntPtr (nfloat v);
static member op_Explicit : nfloat -> nativeint

Parameters

v
nfloat

Returns

IntPtr

nativeint

Applies to

Explicit(nfloat to Int64)

public static explicit operator long (nfloat v);
static member op_Explicit : nfloat -> int64

Parameters

v
nfloat

Returns

Applies to

Explicit(nfloat to SByte)

public static explicit operator sbyte (nfloat v);
static member op_Explicit : nfloat -> sbyte

Parameters

v
nfloat

Returns

Applies to

Explicit(nfloat to Int16)

public static explicit operator short (nfloat v);
static member op_Explicit : nfloat -> int16

Parameters

v
nfloat

Returns

Applies to

Explicit(nfloat to Decimal)

public static explicit operator decimal (nfloat v);
static member op_Explicit : nfloat -> decimal

Parameters

v
nfloat

Returns

Applies to

Explicit(nfloat to Char)

public static explicit operator char (nfloat v);
static member op_Explicit : nfloat -> char

Parameters

v
nfloat

Returns

Applies to

Explicit(nfloat to Byte)

public static explicit operator byte (nfloat v);
static member op_Explicit : nfloat -> byte

Parameters

v
nfloat

Returns

Applies to

Explicit(IntPtr to nfloat)

public static explicit operator nfloat (IntPtr v);
static member op_Explicit : nativeint -> nfloat

Parameters

v
IntPtr

nativeint

Returns

Applies to

Explicit(Double to nfloat)

public static explicit operator nfloat (double v);
static member op_Explicit : double -> nfloat

Parameters

v
Double

Returns

Applies to

Explicit(nfloat to Int32)

public static explicit operator int (nfloat v);
static member op_Explicit : nfloat -> int

Parameters

v
nfloat

Returns

Applies to