다음을 통해 공유


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

반환

적용 대상