DecimalConstantAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DecimalConstantAttribute 클래스의 새 인스턴스를 초기화합니다.
오버로드
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
지정된 부호 있는 정수 값을 사용하여 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이면 음수 값을 나타냅니다.
적용 대상
DecimalConstantAttribute(Byte, Byte, UInt32, UInt32, UInt32)
- Source:
- DecimalConstantAttribute.cs
- Source:
- DecimalConstantAttribute.cs
- Source:
- DecimalConstantAttribute.cs
중요
이 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이면 음수 값을 나타냅니다.
- 특성
예외
scale
> 28.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET