共用方式為


nfloat.Explicit 運算子

定義

多載

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

參數

傳回

適用於

Explicit(nfloat to UInt64)

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

參數

v
nfloat

傳回

適用於

Explicit(nfloat to UInt32)

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

參數

v
nfloat

傳回

適用於

Explicit(nfloat to UInt16)

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

參數

v
nfloat

傳回

適用於

Explicit(nfloat to Single)

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

參數

v
nfloat

傳回

適用於

Explicit(nfloat to IntPtr)

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

參數

v
nfloat

傳回

IntPtr

nativeint

適用於

Explicit(nfloat to Int64)

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

參數

v
nfloat

傳回

適用於

Explicit(nfloat to SByte)

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

參數

v
nfloat

傳回

適用於

Explicit(nfloat to Int16)

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

參數

v
nfloat

傳回

適用於

Explicit(nfloat to Decimal)

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

參數

v
nfloat

傳回

適用於

Explicit(nfloat to Char)

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

參數

v
nfloat

傳回

適用於

Explicit(nfloat to Byte)

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

參數

v
nfloat

傳回

適用於

Explicit(IntPtr to nfloat)

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

參數

v
IntPtr

nativeint

傳回

適用於

Explicit(Double to nfloat)

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

參數

v
Double

傳回

適用於

Explicit(nfloat to Int32)

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

參數

v
nfloat

傳回

適用於