NFloat.Explicit Operatör

Tanım

Aşırı Yüklemeler

Explicit(NFloat to SByte)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir SByte değerine dönüştürür.

Explicit(NFloat to Single)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Single değerine dönüştürür.

Explicit(NFloat to UInt128)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir UInt128 değerine dönüştürür.

Explicit(NFloat to UInt16)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir UInt16 değerine dönüştürür.

Explicit(UInt128 to NFloat)

Açıkça en yakın temsil edilebilir yerel boyutlu kayan nokta değerine dönüştürür UInt128 .

Explicit(NFloat to UInt64)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir UInt64 değerine dönüştürür.

Explicit(NFloat to UIntPtr)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir UIntPtr değerine dönüştürür.

Explicit(NFloat to IntPtr)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir IntPtr değerine dönüştürür.

Explicit(NFloat to UInt32)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir UInt32 değerine dönüştürür.

Explicit(NFloat to Int64)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Int64 değerine dönüştürür.

Explicit(Decimal to NFloat)

Bir Decimal değeri açıkça en yakın temsil edilebilir yerel boyutlu kayan nokta değerine dönüştürür.

Explicit(NFloat to Int16)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Int16 değerine dönüştürür.

Explicit(NFloat to Int128)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Int128 değerine dönüştürür.

Explicit(NFloat to Half)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Half değerine dönüştürür.

Explicit(NFloat to Decimal)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Decimal değerine dönüştürür.

Explicit(NFloat to Char)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Char değerine dönüştürür.

Explicit(NFloat to Byte)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Byte değerine dönüştürür.

Explicit(Int128 to NFloat)

Bir Int128 öğesini açıkça en yakın temsil edilebilir yerel boyutlu kayan nokta değerine dönüştürür.

Explicit(Double to NFloat)

Bir Double değeri açıkça en yakın temsil edilebilir yerel boyutlu kayan nokta değerine dönüştürür.

Explicit(NFloat to Int32)

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Int32 değerine dönüştürür.

Explicit(NFloat to SByte)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Önemli

Bu API, CLS uyumlu değildir.

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir SByte değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir SByte değerine dönüştürülür.

Öznitelikler

Şunlara uygulanır

Explicit(NFloat to Single)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Single değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir Single değerine dönüştürülür.

Şunlara uygulanır

Explicit(NFloat to UInt128)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Önemli

Bu API, CLS uyumlu değildir.

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir UInt128 değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir UInt128 değerine dönüştürülür.

Öznitelikler

Şunlara uygulanır

Explicit(NFloat to UInt16)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Önemli

Bu API, CLS uyumlu değildir.

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir UInt16 değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir UInt16 değerine dönüştürülür.

Öznitelikler

Şunlara uygulanır

Explicit(UInt128 to NFloat)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Önemli

Bu API, CLS uyumlu değildir.

Açıkça en yakın temsil edilebilir yerel boyutlu kayan nokta değerine dönüştürür UInt128 .

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

Parametreler

value
UInt128

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir yerel boyutlu kayan nokta değerine dönüştürülür.

Öznitelikler

Şunlara uygulanır

Explicit(NFloat to UInt64)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Önemli

Bu API, CLS uyumlu değildir.

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir UInt64 değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir UInt64 değerine dönüştürülür.

Öznitelikler

Şunlara uygulanır

Explicit(NFloat to UIntPtr)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Önemli

Bu API, CLS uyumlu değildir.

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir UIntPtr değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

UIntPtr

unativeint

value en yakın temsil edilebilir UIntPtr değerine dönüştürülür.

Öznitelikler

Şunlara uygulanır

Explicit(NFloat to IntPtr)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir IntPtr değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

IntPtr

nativeint

value en yakın temsil edilebilir IntPtr değerine dönüştürülür.

Şunlara uygulanır

Explicit(NFloat to UInt32)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Önemli

Bu API, CLS uyumlu değildir.

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir UInt32 değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir UInt32 değerine dönüştürülür.

Öznitelikler

Şunlara uygulanır

Explicit(NFloat to Int64)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Int64 değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir Int64 değerine dönüştürülür.

Şunlara uygulanır

Explicit(Decimal to NFloat)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Bir Decimal değeri açıkça en yakın temsil edilebilir yerel boyutlu kayan nokta değerine dönüştürür.

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

Parametreler

value
Decimal

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir yerel boyutlu kayan nokta değerine dönüştürülür.

Şunlara uygulanır

Explicit(NFloat to Int16)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Int16 değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir Int16 değerine dönüştürülür.

Şunlara uygulanır

Explicit(NFloat to Int128)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Int128 değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir Int128 değerine dönüştürülür.

Şunlara uygulanır

Explicit(NFloat to Half)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Half değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir Half değerine dönüştürülür.

Şunlara uygulanır

Explicit(NFloat to Decimal)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Decimal değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir Decimal değerine dönüştürülür.

Şunlara uygulanır

Explicit(NFloat to Char)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Char değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir Char değerine dönüştürülür.

Şunlara uygulanır

Explicit(NFloat to Byte)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Byte değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir Byte değerine dönüştürülür.

Şunlara uygulanır

Explicit(Int128 to NFloat)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Bir Int128 öğesini açıkça en yakın temsil edilebilir yerel boyutlu kayan nokta değerine dönüştürür.

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

Parametreler

value
Int128

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir yerel boyutlu kayan nokta değerine dönüştürülür.

Şunlara uygulanır

Explicit(Double to NFloat)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Bir Double değeri açıkça en yakın temsil edilebilir yerel boyutlu kayan nokta değerine dönüştürür.

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

Parametreler

value
Double

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir yerel boyutlu kayan nokta değerine dönüştürülür.

Şunlara uygulanır

Explicit(NFloat to Int32)

Kaynak:
NFloat.cs
Kaynak:
NFloat.cs
Kaynak:
NFloat.cs

Yerel boyutlu kayan nokta değerini açıkça en yakın temsil edilebilir Int32 değerine dönüştürür.

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

Parametreler

value
NFloat

Dönüştürülecek değer.

Döndürülenler

value en yakın temsil edilebilir Int32 değerine dönüştürülür.

Şunlara uygulanır