Freigeben über


nfloat.Explicit Betreiber

Definition

Überlädt

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

Parameter

Gibt zurück

Gilt für:

Explicit(nfloat to UInt64)

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

Parameter

v
nfloat

Gibt zurück

Gilt für:

Explicit(nfloat to UInt32)

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

Parameter

v
nfloat

Gibt zurück

Gilt für:

Explicit(nfloat to UInt16)

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

Parameter

v
nfloat

Gibt zurück

Gilt für:

Explicit(nfloat to Single)

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

Parameter

v
nfloat

Gibt zurück

Gilt für:

Explicit(nfloat to IntPtr)

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

Parameter

v
nfloat

Gibt zurück

IntPtr

nativeint

Gilt für:

Explicit(nfloat to Int64)

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

Parameter

v
nfloat

Gibt zurück

Gilt für:

Explicit(nfloat to SByte)

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

Parameter

v
nfloat

Gibt zurück

Gilt für:

Explicit(nfloat to Int16)

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

Parameter

v
nfloat

Gibt zurück

Gilt für:

Explicit(nfloat to Decimal)

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

Parameter

v
nfloat

Gibt zurück

Gilt für:

Explicit(nfloat to Char)

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

Parameter

v
nfloat

Gibt zurück

Gilt für:

Explicit(nfloat to Byte)

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

Parameter

v
nfloat

Gibt zurück

Gilt für:

Explicit(IntPtr to nfloat)

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

Parameter

v
IntPtr

nativeint

Gibt zurück

Gilt für:

Explicit(Double to nfloat)

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

Parameter

v
Double

Gibt zurück

Gilt für:

Explicit(nfloat to Int32)

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

Parameter

v
nfloat

Gibt zurück

Gilt für: