DecimalConstantAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 は負の値を示します。
適用対象
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 は負の値を示します。
- 属性
例外
scale
> 28.
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET