DecimalConstantAttribute クラス
アセンブリ: mscorlib (mscorlib.dll 内)

<SerializableAttribute> _ <AttributeUsageAttribute(AttributeTargets.Field Or AttributeTargets.Parameter, Inherited:=False)> _ <ComVisibleAttribute(True)> _ Public NotInheritable Class DecimalConstantAttribute Inherits Attribute
[SerializableAttribute] [AttributeUsageAttribute(AttributeTargets.Field|AttributeTargets.Parameter, Inherited=false)] [ComVisibleAttribute(true)] public sealed class DecimalConstantAttribute : Attribute
[SerializableAttribute] [AttributeUsageAttribute(AttributeTargets::Field|AttributeTargets::Parameter, Inherited=false)] [ComVisibleAttribute(true)] public ref class DecimalConstantAttribute sealed : public Attribute


System.Attribute
System.Runtime.CompilerServices.DecimalConstantAttribute


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


DecimalConstantAttribute コンストラクタ (Byte, Byte, UInt32, UInt32, UInt32)
アセンブリ: mscorlib (mscorlib.dll 内)

<CLSCompliantAttribute(False)> _ Public Sub New ( _ scale As Byte, _ sign As Byte, _ hi As UInteger, _ mid As UInteger, _ low As UInteger _ )
Dim scale As Byte Dim sign As Byte Dim hi As UInteger Dim mid As UInteger Dim low As UInteger Dim instance As New DecimalConstantAttribute(scale, sign, hi, mid, low)
[CLSCompliantAttribute(false)] public DecimalConstantAttribute ( byte scale, byte sign, uint hi, uint mid, uint low )
[CLSCompliantAttribute(false)] public: DecimalConstantAttribute ( unsigned char scale, unsigned char sign, unsigned int hi, unsigned int mid, unsigned int low )
/** @attribute CLSCompliantAttribute(false) */ public DecimalConstantAttribute ( byte scale, byte sign, UInt32 hi, UInt32 mid, UInt32 low )
CLSCompliantAttribute(false) public function DecimalConstantAttribute ( scale : byte, sign : byte, hi : uint, mid : uint, low : uint )


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


DecimalConstantAttribute コンストラクタ

名前 | 説明 |
---|---|
DecimalConstantAttribute (Byte, Byte, Int32, Int32, Int32) | 指定した符号付き整数値を使用して、DecimalConstantAttribute クラスの新しいインスタンスを初期化します。 |
DecimalConstantAttribute (Byte, Byte, UInt32, UInt32, UInt32) | 指定した符号なし整数値を使用して、DecimalConstantAttribute クラスの新しいインスタンスを初期化します。 .NET Compact Framework によってサポートされています。 |

DecimalConstantAttribute コンストラクタ (Byte, Byte, Int32, Int32, Int32)
アセンブリ: mscorlib (mscorlib.dll 内)

Public Sub New ( _ scale As Byte, _ sign As Byte, _ hi As Integer, _ mid As Integer, _ low As Integer _ )
Dim scale As Byte Dim sign As Byte Dim hi As Integer Dim mid As Integer Dim low As Integer Dim instance As New DecimalConstantAttribute(scale, sign, hi, mid, low)
public: DecimalConstantAttribute ( unsigned char scale, unsigned char sign, int hi, int mid, int low )
public function DecimalConstantAttribute ( scale : byte, sign : byte, hi : int, mid : int, low : int )

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


DecimalConstantAttribute プロパティ

名前 | 説明 | |
---|---|---|
![]() | TypeId | 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。 ( Attribute から継承されます。) |
![]() | Value | この属性に格納されている 10 進の定数を取得します。 |

DecimalConstantAttribute メソッド

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 ( Attribute から継承されます。) |
![]() | GetCustomAttribute | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用された指定した型のカスタム属性を取得します。 ( Attribute から継承されます。) |
![]() | GetCustomAttributes | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されたカスタム属性の配列を取得します。 ( Attribute から継承されます。) |
![]() | GetHashCode | このインスタンスのハッシュ コードを返します。 ( Attribute から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) |
![]() | IsDefaultAttribute | 派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。 ( Attribute から継承されます。) |
![]() | IsDefined | オーバーロードされます。 指定した型のカスタム属性が、アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されているかどうかを判断します。 ( Attribute から継承されます。) |
![]() | Match | 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 ( Attribute から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 ( Object から継承されます。) |

DecimalConstantAttribute メンバ
メタデータに System.Decimal の定数値を格納します。このクラスは継承できません。
DecimalConstantAttribute データ型で公開されるメンバを以下の表に示します。


名前 | 説明 | |
---|---|---|
![]() | TypeId | 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。(Attribute から継承されます。) |
![]() | Value | この属性に格納されている 10 進の定数を取得します。 |

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 ( Attribute から継承されます。) |
![]() | GetCustomAttribute | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用された指定した型のカスタム属性を取得します。 (Attribute から継承されます。) |
![]() | GetCustomAttributes | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されたカスタム属性の配列を取得します。 (Attribute から継承されます。) |
![]() | GetHashCode | このインスタンスのハッシュ コードを返します。 (Attribute から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
![]() | IsDefaultAttribute | 派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。 (Attribute から継承されます。) |
![]() | IsDefined | オーバーロードされます。 指定した型のカスタム属性が、アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されているかどうかを判断します。 (Attribute から継承されます。) |
![]() | Match | 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 (Attribute から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 (Object から継承されます。) |

Weblioに収録されているすべての辞書からDecimalConstantAttributeを検索する場合は、下記のリンクをクリックしてください。

- DecimalConstantAttributeのページへのリンク