Decimal128.Explicit Operator

Definition

Overloads

Explicit(UInt128 to Decimal128)

Source:
Decimal128.cs

Important

This API is not CLS-compliant.

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

Parameters

value
UInt128

Returns

Attributes

Applies to

Explicit(Single to Decimal128)

Source:
Decimal128.cs
public:
 static explicit operator System::Numerics::Decimal128(float value);
public static explicit operator System.Numerics.Decimal128(float value);
static member op_Explicit : single -> System.Numerics.Decimal128
Public Shared Narrowing Operator CType (value As Single) As Decimal128

Parameters

value
Single

Returns

Applies to

Explicit(Decimal128 to UIntPtr)

Source:
Decimal128.cs

Important

This API is not CLS-compliant.

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

Parameters

value
Decimal128

Returns

UIntPtr

unativeint

Attributes

Applies to

Explicit(Decimal128 to UInt64)

Source:
Decimal128.cs

Important

This API is not CLS-compliant.

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

Parameters

value
Decimal128

Returns

Attributes

Applies to

Explicit(Decimal128 to UInt32)

Source:
Decimal128.cs

Important

This API is not CLS-compliant.

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

Parameters

value
Decimal128

Returns

Attributes

Applies to

Explicit(Decimal128 to UInt16)

Source:
Decimal128.cs

Important

This API is not CLS-compliant.

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

Parameters

value
Decimal128

Returns

Attributes

Applies to

Explicit(Decimal128 to UInt128)

Source:
Decimal128.cs

Important

This API is not CLS-compliant.

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

Parameters

value
Decimal128

Returns

Attributes

Applies to

Explicit(Decimal128 to Single)

Source:
Decimal128.cs
public:
 static explicit operator float(System::Numerics::Decimal128 value);
public static explicit operator float(System.Numerics.Decimal128 value);
static member op_Explicit : System.Numerics.Decimal128 -> single
Public Shared Narrowing Operator CType (value As Decimal128) As Single

Parameters

value
Decimal128

Returns

Applies to

Explicit(Decimal128 to SByte)

Source:
Decimal128.cs

Important

This API is not CLS-compliant.

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

Parameters

value
Decimal128

Returns

Attributes

Applies to

Explicit(Decimal128 to IntPtr)

Source:
Decimal128.cs
public:
 static explicit operator IntPtr(System::Numerics::Decimal128 value);
public static explicit operator IntPtr(System.Numerics.Decimal128 value);
static member op_Explicit : System.Numerics.Decimal128 -> nativeint
Public Shared Narrowing Operator CType (value As Decimal128) As IntPtr

Parameters

value
Decimal128

Returns

IntPtr

nativeint

Applies to

Explicit(Decimal128 to Int64)

Source:
Decimal128.cs
public:
 static explicit operator long(System::Numerics::Decimal128 value);
public static explicit operator long(System.Numerics.Decimal128 value);
static member op_Explicit : System.Numerics.Decimal128 -> int64
Public Shared Narrowing Operator CType (value As Decimal128) As Long

Parameters

value
Decimal128

Returns

Applies to

Explicit(Decimal128 to Int32)

Source:
Decimal128.cs
public:
 static explicit operator int(System::Numerics::Decimal128 value);
public static explicit operator int(System.Numerics.Decimal128 value);
static member op_Explicit : System.Numerics.Decimal128 -> int
Public Shared Narrowing Operator CType (value As Decimal128) As Integer

Parameters

value
Decimal128

Returns

Applies to

Explicit(Decimal128 to Int16)

Source:
Decimal128.cs
public:
 static explicit operator short(System::Numerics::Decimal128 value);
public static explicit operator short(System.Numerics.Decimal128 value);
static member op_Explicit : System.Numerics.Decimal128 -> int16
Public Shared Narrowing Operator CType (value As Decimal128) As Short

Parameters

value
Decimal128

Returns

Applies to

Explicit(Decimal128 to Int128)

Source:
Decimal128.cs
public:
 static explicit operator Int128(System::Numerics::Decimal128 value);
public static explicit operator Int128(System.Numerics.Decimal128 value);
static member op_Explicit : System.Numerics.Decimal128 -> Int128
Public Shared Narrowing Operator CType (value As Decimal128) As Int128

Parameters

value
Decimal128

Returns

Applies to

Explicit(Decimal128 to Half)

Source:
Decimal128.cs
public:
 static explicit operator Half(System::Numerics::Decimal128 value);
public static explicit operator Half(System.Numerics.Decimal128 value);
static member op_Explicit : System.Numerics.Decimal128 -> Half
Public Shared Narrowing Operator CType (value As Decimal128) As Half

Parameters

value
Decimal128

Returns

Applies to

Explicit(Decimal128 to Double)

Source:
Decimal128.cs
public:
 static explicit operator double(System::Numerics::Decimal128 value);
public static explicit operator double(System.Numerics.Decimal128 value);
static member op_Explicit : System.Numerics.Decimal128 -> double
Public Shared Narrowing Operator CType (value As Decimal128) As Double

Parameters

value
Decimal128

Returns

Applies to

Explicit(Decimal128 to Decimal)

Source:
Decimal128.cs
public:
 static explicit operator System::Decimal(System::Numerics::Decimal128 value);
public static explicit operator decimal(System.Numerics.Decimal128 value);
static member op_Explicit : System.Numerics.Decimal128 -> decimal
Public Shared Narrowing Operator CType (value As Decimal128) As Decimal

Parameters

value
Decimal128

Returns

Applies to

Explicit(Decimal128 to Char)

Source:
Decimal128.cs
public:
 static explicit operator char(System::Numerics::Decimal128 value);
public static explicit operator char(System.Numerics.Decimal128 value);
static member op_Explicit : System.Numerics.Decimal128 -> char
Public Shared Narrowing Operator CType (value As Decimal128) As Char

Parameters

value
Decimal128

Returns

Applies to

Explicit(Decimal128 to Byte)

Source:
Decimal128.cs
public:
 static explicit operator System::Byte(System::Numerics::Decimal128 value);
public static explicit operator byte(System.Numerics.Decimal128 value);
static member op_Explicit : System.Numerics.Decimal128 -> byte
Public Shared Narrowing Operator CType (value As Decimal128) As Byte

Parameters

value
Decimal128

Returns

Applies to

Explicit(Int128 to Decimal128)

Source:
Decimal128.cs
public:
 static explicit operator System::Numerics::Decimal128(Int128 value);
public static explicit operator System.Numerics.Decimal128(Int128 value);
static member op_Explicit : Int128 -> System.Numerics.Decimal128
Public Shared Narrowing Operator CType (value As Int128) As Decimal128

Parameters

value
Int128

Returns

Applies to

Explicit(Half to Decimal128)

Source:
Decimal128.cs
public:
 static explicit operator System::Numerics::Decimal128(Half value);
public static explicit operator System.Numerics.Decimal128(Half value);
static member op_Explicit : Half -> System.Numerics.Decimal128
Public Shared Narrowing Operator CType (value As Half) As Decimal128

Parameters

value
Half

Returns

Applies to

Explicit(Double to Decimal128)

Source:
Decimal128.cs
public:
 static explicit operator System::Numerics::Decimal128(double value);
public static explicit operator System.Numerics.Decimal128(double value);
static member op_Explicit : double -> System.Numerics.Decimal128
Public Shared Narrowing Operator CType (value As Double) As Decimal128

Parameters

value
Double

Returns

Applies to