DecimalConstantAttribute 생성자

정의

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

오버로드

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

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

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

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

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

Source:
DecimalConstantAttribute.cs
Source:
DecimalConstantAttribute.cs
Source:
DecimalConstantAttribute.cs
Source:
DecimalConstantAttribute.cs
Source:
DecimalConstantAttribute.cs

지정된 부가 정수 값을 사용하여 클래스의 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비트 상위 32비 Value트입니다.

mid
Int32

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

low
Int32

96비트 의 낮은 32비 Value트입니다.

적용 대상

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

Source:
DecimalConstantAttribute.cs
Source:
DecimalConstantAttribute.cs
Source:
DecimalConstantAttribute.cs
Source:
DecimalConstantAttribute.cs
Source:
DecimalConstantAttribute.cs

Important

이 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비트 상위 32비 Value트입니다.

mid
UInt32

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

low
UInt32

96비트 의 낮은 32비 Value트입니다.

특성

예외

적용 대상