DecimalConstantAttribute 생성자

정의

DecimalConstantAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

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

지정된 부호 있는 정수 값을 사용하여 DecimalConstantAttribute 클래스의 새 인스턴스를 초기화합니다.

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

지정된 부호 없는 정수 값을 사용하여 DecimalConstantAttribute 클래스의 새 인스턴스를 초기화합니다.

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

지정된 부호 있는 정수 값을 사용하여 DecimalConstantAttribute 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

scale
Byte

소수점 오른쪽에 자릿수를 나타내는 소수 자릿수 인수 10의 거듭제곱입니다. 유효한 값은 0부터 28까지를 포함합니다.

sign
Byte

값이 0이면 양수 값을 나타내고, 값이 1이면 음수 값을 나타냅니다.

hi
Int32

96비트 Value의 상위 32비트입니다.

mid
Int32

96비트 Value의 중간 32비트입니다.

low
Int32

96비트 Value의 하위 32비트입니다.

적용 대상

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

중요

이 API는 CLS 규격이 아닙니다.

지정된 부호 없는 정수 값을 사용하여 DecimalConstantAttribute 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

scale
Byte

소수점 오른쪽에 자릿수를 나타내는 소수 자릿수 인수 10의 거듭제곱입니다. 유효한 값은 0부터 28까지를 포함합니다.

sign
Byte

값이 0이면 양수 값을 나타내고, 값이 1이면 음수 값을 나타냅니다.

hi
UInt32

96비트 Value의 상위 32비트입니다.

mid
UInt32

96비트 Value의 중간 32비트입니다.

low
UInt32

96비트 Value의 하위 32비트입니다.

특성

예외

적용 대상