DecimalConstantAttribute Konstruktory

Definice

Inicializuje novou instanci DecimalConstantAttribute třídy.

Přetížení

Name Description
DecimalConstantAttribute(Byte, Byte, Int32, Int32, Int32)

Inicializuje novou instanci DecimalConstantAttribute třídy se zadanými celočíselné hodnoty.

DecimalConstantAttribute(Byte, Byte, UInt32, UInt32, UInt32)

Inicializuje novou instanci DecimalConstantAttribute třídy se zadanými celočíselnou hodnotou bez znaménka.

DecimalConstantAttribute(Byte, Byte, Int32, Int32, Int32)

Zdroj:
DecimalConstantAttribute.cs
Zdroj:
DecimalConstantAttribute.cs
Zdroj:
DecimalConstantAttribute.cs
Zdroj:
DecimalConstantAttribute.cs
Zdroj:
DecimalConstantAttribute.cs

Inicializuje novou instanci DecimalConstantAttribute třídy se zadanými celočíselné hodnoty.

public:
 DecimalConstantAttribute(System::Byte scale, System::Byte sign, int hi, int mid, int low);
public DecimalConstantAttribute(byte scale, byte sign, int hi, int mid, int low);
new System.Runtime.CompilerServices.DecimalConstantAttribute : byte * byte * int * int * int -> System.Runtime.CompilerServices.DecimalConstantAttribute
Public Sub New (scale As Byte, sign As Byte, hi As Integer, mid As Integer, low As Integer)

Parametry

scale
Byte

Výkon 10 faktoru měřítka, který označuje počet číslic napravo od desetinné čárky. Platné hodnoty jsou 0 až 28 včetně.

sign
Byte

Hodnota 0 označuje kladnou hodnotu a hodnota 1 označuje zápornou hodnotu.

hi
Int32

Vysoký 32 bitů 96bitového Valuesouboru .

mid
Int32

Prostředních 32 bitů 96bitového Valuesouboru .

low
Int32

Nízkých 32 bitů 96bitového Value.

Platí pro

DecimalConstantAttribute(Byte, Byte, UInt32, UInt32, UInt32)

Zdroj:
DecimalConstantAttribute.cs
Zdroj:
DecimalConstantAttribute.cs
Zdroj:
DecimalConstantAttribute.cs
Zdroj:
DecimalConstantAttribute.cs
Zdroj:
DecimalConstantAttribute.cs

Důležité

Toto rozhraní API neodpovídá specifikaci CLS.

Inicializuje novou instanci DecimalConstantAttribute třídy se zadanými celočíselnou hodnotou bez znaménka.

public:
 DecimalConstantAttribute(System::Byte scale, System::Byte sign, System::UInt32 hi, System::UInt32 mid, System::UInt32 low);
[System.CLSCompliant(false)]
public DecimalConstantAttribute(byte scale, byte sign, uint hi, uint mid, uint low);
public DecimalConstantAttribute(byte scale, byte sign, uint hi, uint mid, uint low);
[<System.CLSCompliant(false)>]
new System.Runtime.CompilerServices.DecimalConstantAttribute : byte * byte * uint32 * uint32 * uint32 -> System.Runtime.CompilerServices.DecimalConstantAttribute
new System.Runtime.CompilerServices.DecimalConstantAttribute : byte * byte * uint32 * uint32 * uint32 -> System.Runtime.CompilerServices.DecimalConstantAttribute
Public Sub New (scale As Byte, sign As Byte, hi As UInteger, mid As UInteger, low As UInteger)

Parametry

scale
Byte

Výkon 10 faktoru měřítka, který označuje počet číslic napravo od desetinné čárky. Platné hodnoty jsou 0 až 28 včetně.

sign
Byte

Hodnota 0 označuje kladnou hodnotu a hodnota 1 označuje zápornou hodnotu.

hi
UInt32

Vysoký 32 bitů 96bitového Valuesouboru .

mid
UInt32

Prostředních 32 bitů 96bitového Valuesouboru .

low
UInt32

Nízkých 32 bitů 96bitového Value.

Atributy

Výjimky

Platí pro