次の方法で共有


nfloat.Explicit Operator

定義

オーバーロード

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

戻り値

適用対象