BFloat16.Explicit Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
Explicit(BFloat16 to IntPtr)
public:
static explicit operator IntPtr(System::Numerics::BFloat16 value);
public static explicit operator IntPtr(System.Numerics.BFloat16 value);
static member op_Explicit : System.Numerics.BFloat16 -> nativeint
Public Shared Narrowing Operator CType (value As BFloat16) As IntPtr
Parametreler
- value
- BFloat16
Döndürülenler
nativeint
Şunlara uygulanır
Explicit(BFloat16 to SByte)
Önemli
Bu API, CLS uyumlu değildir.
public:
static explicit operator System::SByte(System::Numerics::BFloat16 value);
[System.CLSCompliant(false)]
public static explicit operator sbyte(System.Numerics.BFloat16 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Numerics.BFloat16 -> sbyte
Public Shared Narrowing Operator CType (value As BFloat16) As SByte
Parametreler
- value
- BFloat16
Döndürülenler
- Öznitelikler
Şunlara uygulanır
Explicit(BFloat16 to Single)
public:
static explicit operator float(System::Numerics::BFloat16 value);
public static explicit operator float(System.Numerics.BFloat16 value);
static member op_Explicit : System.Numerics.BFloat16 -> single
Public Shared Narrowing Operator CType (value As BFloat16) As Single
Parametreler
- value
- BFloat16
Döndürülenler
Şunlara uygulanır
Explicit(BFloat16 to UInt128)
Önemli
Bu API, CLS uyumlu değildir.
public:
static explicit operator UInt128(System::Numerics::BFloat16 value);
[System.CLSCompliant(false)]
public static explicit operator UInt128(System.Numerics.BFloat16 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Numerics.BFloat16 -> UInt128
Public Shared Narrowing Operator CType (value As BFloat16) As UInt128
Parametreler
- value
- BFloat16
Döndürülenler
- Öznitelikler
Şunlara uygulanır
Explicit(BFloat16 to UInt16)
Önemli
Bu API, CLS uyumlu değildir.
public:
static explicit operator System::UInt16(System::Numerics::BFloat16 value);
[System.CLSCompliant(false)]
public static explicit operator ushort(System.Numerics.BFloat16 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Numerics.BFloat16 -> uint16
Public Shared Narrowing Operator CType (value As BFloat16) As UShort
Parametreler
- value
- BFloat16
Döndürülenler
- Öznitelikler
Şunlara uygulanır
Explicit(BFloat16 to UInt32)
Önemli
Bu API, CLS uyumlu değildir.
public:
static explicit operator System::UInt32(System::Numerics::BFloat16 value);
[System.CLSCompliant(false)]
public static explicit operator uint(System.Numerics.BFloat16 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Numerics.BFloat16 -> uint32
Public Shared Narrowing Operator CType (value As BFloat16) As UInteger
Parametreler
- value
- BFloat16
Döndürülenler
- Öznitelikler
Şunlara uygulanır
Explicit(BFloat16 to UInt64)
Önemli
Bu API, CLS uyumlu değildir.
public:
static explicit operator System::UInt64(System::Numerics::BFloat16 value);
[System.CLSCompliant(false)]
public static explicit operator ulong(System.Numerics.BFloat16 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Numerics.BFloat16 -> uint64
Public Shared Narrowing Operator CType (value As BFloat16) As ULong
Parametreler
- value
- BFloat16
Döndürülenler
- Öznitelikler
Şunlara uygulanır
Explicit(UInt16 to BFloat16)
Önemli
Bu API, CLS uyumlu değildir.
public:
static explicit operator System::Numerics::BFloat16(System::UInt16 value);
[System.CLSCompliant(false)]
public static explicit operator System.Numerics.BFloat16(ushort value);
[<System.CLSCompliant(false)>]
static member op_Explicit : uint16 -> System.Numerics.BFloat16
Public Shared Narrowing Operator CType (value As UShort) As BFloat16
Parametreler
- value
- UInt16
Döndürülenler
- Öznitelikler
Şunlara uygulanır
Explicit(Single to BFloat16)
public:
static explicit operator System::Numerics::BFloat16(float value);
public static explicit operator System.Numerics.BFloat16(float value);
static member op_Explicit : single -> System.Numerics.BFloat16
Public Shared Narrowing Operator CType (value As Single) As BFloat16
Parametreler
- value
- Single
Döndürülenler
Şunlara uygulanır
Explicit(UInt128 to BFloat16)
Önemli
Bu API, CLS uyumlu değildir.
public:
static explicit operator System::Numerics::BFloat16(UInt128 value);
[System.CLSCompliant(false)]
public static explicit operator System.Numerics.BFloat16(UInt128 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : UInt128 -> System.Numerics.BFloat16
Public Shared Narrowing Operator CType (value As UInt128) As BFloat16
Parametreler
- value
- UInt128
Döndürülenler
- Öznitelikler
Şunlara uygulanır
Explicit(BFloat16 to Int64)
public:
static explicit operator long(System::Numerics::BFloat16 value);
public static explicit operator long(System.Numerics.BFloat16 value);
static member op_Explicit : System.Numerics.BFloat16 -> int64
Public Shared Narrowing Operator CType (value As BFloat16) As Long
Parametreler
- value
- BFloat16
Döndürülenler
Şunlara uygulanır
Explicit(UInt32 to BFloat16)
Önemli
Bu API, CLS uyumlu değildir.
public:
static explicit operator System::Numerics::BFloat16(System::UInt32 value);
[System.CLSCompliant(false)]
public static explicit operator System.Numerics.BFloat16(uint value);
[<System.CLSCompliant(false)>]
static member op_Explicit : uint32 -> System.Numerics.BFloat16
Public Shared Narrowing Operator CType (value As UInteger) As BFloat16
Parametreler
- value
- UInt32
Döndürülenler
- Öznitelikler
Şunlara uygulanır
Explicit(UInt64 to BFloat16)
Önemli
Bu API, CLS uyumlu değildir.
public:
static explicit operator System::Numerics::BFloat16(System::UInt64 value);
[System.CLSCompliant(false)]
public static explicit operator System.Numerics.BFloat16(ulong value);
[<System.CLSCompliant(false)>]
static member op_Explicit : uint64 -> System.Numerics.BFloat16
Public Shared Narrowing Operator CType (value As ULong) As BFloat16
Parametreler
- value
- UInt64
Döndürülenler
- Öznitelikler
Şunlara uygulanır
Explicit(UIntPtr to BFloat16)
Önemli
Bu API, CLS uyumlu değildir.
public:
static explicit operator System::Numerics::BFloat16(UIntPtr value);
[System.CLSCompliant(false)]
public static explicit operator System.Numerics.BFloat16(UIntPtr value);
[<System.CLSCompliant(false)>]
static member op_Explicit : unativeint -> System.Numerics.BFloat16
Public Shared Narrowing Operator CType (value As UIntPtr) As BFloat16
Parametreler
- value
-
UIntPtr
unativeint
Döndürülenler
- Öznitelikler
Şunlara uygulanır
Explicit(BFloat16 to UIntPtr)
Önemli
Bu API, CLS uyumlu değildir.
public:
static explicit operator UIntPtr(System::Numerics::BFloat16 value);
[System.CLSCompliant(false)]
public static explicit operator UIntPtr(System.Numerics.BFloat16 value);
[<System.CLSCompliant(false)>]
static member op_Explicit : System.Numerics.BFloat16 -> unativeint
Public Shared Narrowing Operator CType (value As BFloat16) As UIntPtr
Parametreler
- value
- BFloat16
Döndürülenler
unativeint
- Öznitelikler
Şunlara uygulanır
Explicit(BFloat16 to Int32)
public:
static explicit operator int(System::Numerics::BFloat16 value);
public static explicit operator int(System.Numerics.BFloat16 value);
static member op_Explicit : System.Numerics.BFloat16 -> int
Public Shared Narrowing Operator CType (value As BFloat16) As Integer
Parametreler
- value
- BFloat16
Döndürülenler
Şunlara uygulanır
Explicit(BFloat16 to Int16)
public:
static explicit operator short(System::Numerics::BFloat16 value);
public static explicit operator short(System.Numerics.BFloat16 value);
static member op_Explicit : System.Numerics.BFloat16 -> int16
Public Shared Narrowing Operator CType (value As BFloat16) As Short
Parametreler
- value
- BFloat16
Döndürülenler
Şunlara uygulanır
Explicit(BFloat16 to Int128)
public:
static explicit operator Int128(System::Numerics::BFloat16 value);
public static explicit operator Int128(System.Numerics.BFloat16 value);
static member op_Explicit : System.Numerics.BFloat16 -> Int128
Public Shared Narrowing Operator CType (value As BFloat16) As Int128
Parametreler
- value
- BFloat16
Döndürülenler
Şunlara uygulanır
Explicit(Char to BFloat16)
public:
static explicit operator System::Numerics::BFloat16(char value);
public static explicit operator System.Numerics.BFloat16(char value);
static member op_Explicit : char -> System.Numerics.BFloat16
Public Shared Narrowing Operator CType (value As Char) As BFloat16
Parametreler
- value
- Char
Döndürülenler
Şunlara uygulanır
Explicit(Decimal to BFloat16)
public:
static explicit operator System::Numerics::BFloat16(System::Decimal value);
public static explicit operator System.Numerics.BFloat16(decimal value);
static member op_Explicit : decimal -> System.Numerics.BFloat16
Public Shared Narrowing Operator CType (value As Decimal) As BFloat16
Parametreler
- value
- Decimal
Döndürülenler
Şunlara uygulanır
Explicit(Double to BFloat16)
public:
static explicit operator System::Numerics::BFloat16(double value);
public static explicit operator System.Numerics.BFloat16(double value);
static member op_Explicit : double -> System.Numerics.BFloat16
Public Shared Narrowing Operator CType (value As Double) As BFloat16
Parametreler
- value
- Double
Döndürülenler
Şunlara uygulanır
Explicit(Int128 to BFloat16)
public:
static explicit operator System::Numerics::BFloat16(Int128 value);
public static explicit operator System.Numerics.BFloat16(Int128 value);
static member op_Explicit : Int128 -> System.Numerics.BFloat16
Public Shared Narrowing Operator CType (value As Int128) As BFloat16
Parametreler
- value
- Int128
Döndürülenler
Şunlara uygulanır
Explicit(Int16 to BFloat16)
public:
static explicit operator System::Numerics::BFloat16(short value);
public static explicit operator System.Numerics.BFloat16(short value);
static member op_Explicit : int16 -> System.Numerics.BFloat16
Public Shared Narrowing Operator CType (value As Short) As BFloat16
Parametreler
- value
- Int16
Döndürülenler
Şunlara uygulanır
Explicit(Int32 to BFloat16)
public:
static explicit operator System::Numerics::BFloat16(int value);
public static explicit operator System.Numerics.BFloat16(int value);
static member op_Explicit : int -> System.Numerics.BFloat16
Public Shared Narrowing Operator CType (value As Integer) As BFloat16
Parametreler
- value
- Int32
Döndürülenler
Şunlara uygulanır
Explicit(Half to BFloat16)
public:
static explicit operator System::Numerics::BFloat16(Half value);
public static explicit operator System.Numerics.BFloat16(Half value);
static member op_Explicit : Half -> System.Numerics.BFloat16
Public Shared Narrowing Operator CType (value As Half) As BFloat16
Parametreler
- value
- Half
Döndürülenler
Şunlara uygulanır
Explicit(IntPtr to BFloat16)
public:
static explicit operator System::Numerics::BFloat16(IntPtr value);
public static explicit operator System.Numerics.BFloat16(IntPtr value);
static member op_Explicit : nativeint -> System.Numerics.BFloat16
Public Shared Narrowing Operator CType (value As IntPtr) As BFloat16
Parametreler
- value
-
IntPtr
nativeint
Döndürülenler
Şunlara uygulanır
Explicit(BFloat16 to Byte)
public:
static explicit operator System::Byte(System::Numerics::BFloat16 value);
public static explicit operator byte(System.Numerics.BFloat16 value);
static member op_Explicit : System.Numerics.BFloat16 -> byte
Public Shared Narrowing Operator CType (value As BFloat16) As Byte
Parametreler
- value
- BFloat16
Döndürülenler
Şunlara uygulanır
Explicit(BFloat16 to Char)
public:
static explicit operator char(System::Numerics::BFloat16 value);
public static explicit operator char(System.Numerics.BFloat16 value);
static member op_Explicit : System.Numerics.BFloat16 -> char
Public Shared Narrowing Operator CType (value As BFloat16) As Char
Parametreler
- value
- BFloat16
Döndürülenler
Şunlara uygulanır
Explicit(BFloat16 to Decimal)
public:
static explicit operator System::Decimal(System::Numerics::BFloat16 value);
public static explicit operator decimal(System.Numerics.BFloat16 value);
static member op_Explicit : System.Numerics.BFloat16 -> decimal
Public Shared Narrowing Operator CType (value As BFloat16) As Decimal
Parametreler
- value
- BFloat16
Döndürülenler
Şunlara uygulanır
Explicit(BFloat16 to Double)
public:
static explicit operator double(System::Numerics::BFloat16 value);
public static explicit operator double(System.Numerics.BFloat16 value);
static member op_Explicit : System.Numerics.BFloat16 -> double
Public Shared Narrowing Operator CType (value As BFloat16) As Double
Parametreler
- value
- BFloat16
Döndürülenler
Şunlara uygulanır
Explicit(BFloat16 to Half)
public:
static explicit operator Half(System::Numerics::BFloat16 value);
public static explicit operator Half(System.Numerics.BFloat16 value);
static member op_Explicit : System.Numerics.BFloat16 -> Half
Public Shared Narrowing Operator CType (value As BFloat16) As Half
Parametreler
- value
- BFloat16
Döndürülenler
Şunlara uygulanır
Explicit(Int64 to BFloat16)
public:
static explicit operator System::Numerics::BFloat16(long value);
public static explicit operator System.Numerics.BFloat16(long value);
static member op_Explicit : int64 -> System.Numerics.BFloat16
Public Shared Narrowing Operator CType (value As Long) As BFloat16
Parametreler
- value
- Int64