NFloat.Explicit Operator

Definition

Överlagringar

Name Description
Explicit(NFloat to UIntPtr)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande UIntPtr värde.

Explicit(NFloat to UInt64)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande UInt64 värde.

Explicit(NFloat to UInt32)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande UInt32 värde.

Explicit(NFloat to UInt16)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande UInt16 värde.

Explicit(NFloat to UInt128)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande UInt128 värde.

Explicit(NFloat to Single)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Single värde.

Explicit(NFloat to SByte)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande SByte värde.

Explicit(NFloat to IntPtr)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande IntPtr värde.

Explicit(NFloat to Int64)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Int64 värde.

Explicit(UInt128 to NFloat)

Konverterar UInt128 uttryckligen till närmaste representerande flyttalsvärde i intern storlek.

Explicit(NFloat to Int16)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Int16 värde.

Explicit(Decimal to NFloat)

Konverterar uttryckligen ett Decimal värde till dess närmaste representerande flyttalsvärde i intern storlek.

Explicit(Double to NFloat)

Konverterar uttryckligen ett Double värde till dess närmaste representerande flyttalsvärde i intern storlek.

Explicit(Int128 to NFloat)

Konverterar uttryckligen ett Int128 till dess närmaste representerande flyttalsvärde i intern storlek.

Explicit(NFloat to Byte)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Byte värde.

Explicit(NFloat to Int32)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Int32 värde.

Explicit(NFloat to Decimal)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Decimal värde.

Explicit(NFloat to Half)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Half värde.

Explicit(NFloat to Int128)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Int128 värde.

Explicit(NFloat to Char)

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Char värde.

Explicit(NFloat to UIntPtr)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande UIntPtr värde.

public:
 static explicit operator UIntPtr(System::Runtime::InteropServices::NFloat value);
[System.CLSCompliant(false)]
public static explicit operator UIntPtr(System.Runtime.InteropServices.NFloat value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Runtime.InteropServices.NFloat -> unativeint
Public Shared Narrowing Operator CType (value As NFloat) As UIntPtr

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

UIntPtr

unativeint

value konverteras till närmaste representerande UIntPtr värde.

Attribut

Gäller för

Explicit(NFloat to UInt64)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande UInt64 värde.

public:
 static explicit operator System::UInt64(System::Runtime::InteropServices::NFloat value);
[System.CLSCompliant(false)]
public static explicit operator ulong(System.Runtime.InteropServices.NFloat value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Runtime.InteropServices.NFloat -> uint64
Public Shared Narrowing Operator CType (value As NFloat) As ULong

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande UInt64 värde.

Attribut

Gäller för

Explicit(NFloat to UInt32)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande UInt32 värde.

public:
 static explicit operator System::UInt32(System::Runtime::InteropServices::NFloat value);
[System.CLSCompliant(false)]
public static explicit operator uint(System.Runtime.InteropServices.NFloat value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Runtime.InteropServices.NFloat -> uint32
Public Shared Narrowing Operator CType (value As NFloat) As UInteger

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande UInt32 värde.

Attribut

Gäller för

Explicit(NFloat to UInt16)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande UInt16 värde.

public:
 static explicit operator System::UInt16(System::Runtime::InteropServices::NFloat value);
[System.CLSCompliant(false)]
public static explicit operator ushort(System.Runtime.InteropServices.NFloat value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Runtime.InteropServices.NFloat -> uint16
Public Shared Narrowing Operator CType (value As NFloat) As UShort

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande UInt16 värde.

Attribut

Gäller för

Explicit(NFloat to UInt128)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande UInt128 värde.

public:
 static explicit operator UInt128(System::Runtime::InteropServices::NFloat value);
[System.CLSCompliant(false)]
public static explicit operator UInt128(System.Runtime.InteropServices.NFloat value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Runtime.InteropServices.NFloat -> UInt128
Public Shared Narrowing Operator CType (value As NFloat) As UInt128

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande UInt128 värde.

Attribut

Gäller för

Explicit(NFloat to Single)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Single värde.

public:
 static explicit operator float(System::Runtime::InteropServices::NFloat value);
public static explicit operator float(System.Runtime.InteropServices.NFloat value);
static member op_Explicit : System.Runtime.InteropServices.NFloat -> single
Public Shared Narrowing Operator CType (value As NFloat) As Single

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande Single värde.

Gäller för

Explicit(NFloat to SByte)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande SByte värde.

public:
 static explicit operator System::SByte(System::Runtime::InteropServices::NFloat value);
[System.CLSCompliant(false)]
public static explicit operator sbyte(System.Runtime.InteropServices.NFloat value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Runtime.InteropServices.NFloat -> sbyte
Public Shared Narrowing Operator CType (value As NFloat) As SByte

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande SByte värde.

Attribut

Gäller för

Explicit(NFloat to IntPtr)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande IntPtr värde.

public:
 static explicit operator IntPtr(System::Runtime::InteropServices::NFloat value);
public static explicit operator IntPtr(System.Runtime.InteropServices.NFloat value);
static member op_Explicit : System.Runtime.InteropServices.NFloat -> nativeint
Public Shared Narrowing Operator CType (value As NFloat) As IntPtr

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

IntPtr

nativeint

value konverteras till närmaste representerande IntPtr värde.

Gäller för

Explicit(NFloat to Int64)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Int64 värde.

public:
 static explicit operator long(System::Runtime::InteropServices::NFloat value);
public static explicit operator long(System.Runtime.InteropServices.NFloat value);
static member op_Explicit : System.Runtime.InteropServices.NFloat -> int64
Public Shared Narrowing Operator CType (value As NFloat) As Long

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande Int64 värde.

Gäller för

Explicit(UInt128 to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Viktigt!

Detta API uppfyller inte CLS.

Konverterar UInt128 uttryckligen till närmaste representerande flyttalsvärde i intern storlek.

public:
 static explicit operator System::Runtime::InteropServices::NFloat(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator System.Runtime.InteropServices.NFloat(UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> System.Runtime.InteropServices.NFloat
Public Shared Narrowing Operator CType (value As UInt128) As NFloat

Parametrar

value
UInt128

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Attribut

Gäller för

Explicit(NFloat to Int16)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Int16 värde.

public:
 static explicit operator short(System::Runtime::InteropServices::NFloat value);
public static explicit operator short(System.Runtime.InteropServices.NFloat value);
static member op_Explicit : System.Runtime.InteropServices.NFloat -> int16
Public Shared Narrowing Operator CType (value As NFloat) As Short

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande Int16 värde.

Gäller för

Explicit(Decimal to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar uttryckligen ett Decimal värde till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static explicit operator System::Runtime::InteropServices::NFloat(System::Decimal value);
public static explicit operator System.Runtime.InteropServices.NFloat(decimal value);
static member op_Explicit : decimal -> System.Runtime.InteropServices.NFloat
Public Shared Narrowing Operator CType (value As Decimal) As NFloat

Parametrar

value
Decimal

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Gäller för

Explicit(Double to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar uttryckligen ett Double värde till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static explicit operator System::Runtime::InteropServices::NFloat(double value);
public static explicit operator System.Runtime.InteropServices.NFloat(double value);
static member op_Explicit : double -> System.Runtime.InteropServices.NFloat
Public Shared Narrowing Operator CType (value As Double) As NFloat

Parametrar

value
Double

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Gäller för

Explicit(Int128 to NFloat)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar uttryckligen ett Int128 till dess närmaste representerande flyttalsvärde i intern storlek.

public:
 static explicit operator System::Runtime::InteropServices::NFloat(Int128 value);
public static explicit operator System.Runtime.InteropServices.NFloat(Int128 value);
static member op_Explicit : Int128 -> System.Runtime.InteropServices.NFloat
Public Shared Narrowing Operator CType (value As Int128) As NFloat

Parametrar

value
Int128

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande flyttalsvärde i intern storlek.

Gäller för

Explicit(NFloat to Byte)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Byte värde.

public:
 static explicit operator System::Byte(System::Runtime::InteropServices::NFloat value);
public static explicit operator byte(System.Runtime.InteropServices.NFloat value);
static member op_Explicit : System.Runtime.InteropServices.NFloat -> byte
Public Shared Narrowing Operator CType (value As NFloat) As Byte

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande Byte värde.

Gäller för

Explicit(NFloat to Int32)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Int32 värde.

public:
 static explicit operator int(System::Runtime::InteropServices::NFloat value);
public static explicit operator int(System.Runtime.InteropServices.NFloat value);
static member op_Explicit : System.Runtime.InteropServices.NFloat -> int
Public Shared Narrowing Operator CType (value As NFloat) As Integer

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande Int32 värde.

Gäller för

Explicit(NFloat to Decimal)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Decimal värde.

public:
 static explicit operator System::Decimal(System::Runtime::InteropServices::NFloat value);
public static explicit operator decimal(System.Runtime.InteropServices.NFloat value);
static member op_Explicit : System.Runtime.InteropServices.NFloat -> decimal
Public Shared Narrowing Operator CType (value As NFloat) As Decimal

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande Decimal värde.

Gäller för

Explicit(NFloat to Half)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Half värde.

public:
 static explicit operator Half(System::Runtime::InteropServices::NFloat value);
public static explicit operator Half(System.Runtime.InteropServices.NFloat value);
static member op_Explicit : System.Runtime.InteropServices.NFloat -> Half
Public Shared Narrowing Operator CType (value As NFloat) As Half

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande Half värde.

Gäller för

Explicit(NFloat to Int128)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Int128 värde.

public:
 static explicit operator Int128(System::Runtime::InteropServices::NFloat value);
public static explicit operator Int128(System.Runtime.InteropServices.NFloat value);
static member op_Explicit : System.Runtime.InteropServices.NFloat -> Int128
Public Shared Narrowing Operator CType (value As NFloat) As Int128

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande Int128 värde.

Gäller för

Explicit(NFloat to Char)

Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs
Källa:
NFloat.cs

Konverterar uttryckligen ett flyttalsvärde i intern storlek till närmaste representerande Char värde.

public:
 static explicit operator char(System::Runtime::InteropServices::NFloat value);
public static explicit operator char(System.Runtime.InteropServices.NFloat value);
static member op_Explicit : System.Runtime.InteropServices.NFloat -> char
Public Shared Narrowing Operator CType (value As NFloat) As Char

Parametrar

value
NFloat

Värdet som ska konverteras.

Returer

value konverteras till närmaste representerande Char värde.

Gäller för