DecimalConstantAttribute コンストラクター

定義

DecimalConstantAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

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

指定した符号付き整数値を使用して、DecimalConstantAttribute クラスの新しいインスタンスを初期化します。

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

指定した符号なし整数値を使用して、DecimalConstantAttribute クラスの新しいインスタンスを初期化します。

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

ソース:
DecimalConstantAttribute.cs
ソース:
DecimalConstantAttribute.cs
ソース:
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 ビット Value の上位 32 ビット。

mid
Int32

96 ビット Value の中位 32 ビット。

low
Int32

96 ビット Value の下位 32 ビット。

適用対象

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

ソース:
DecimalConstantAttribute.cs
ソース:
DecimalConstantAttribute.cs
ソース:
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 は負の値を示します。

hi
UInt32

96 ビット Value の上位 32 ビット。

mid
UInt32

96 ビット Value の中位 32 ビット。

low
UInt32

96 ビット Value の下位 32 ビット。

属性

例外

適用対象