SoapNonNegativeInteger コンストラクタ (Decimal)
アセンブリ: mscorlib (mscorlib.dll 内)



// Create a SoapNonNegativeInteger object. decimal decimalValue = +14; SoapNonNegativeInteger xsdInteger = new SoapNonNegativeInteger(decimalValue); Console.WriteLine( "The value of the SoapNonNegativeInteger object is {0}.", xsdInteger.ToString());

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


SoapNonNegativeInteger コンストラクタ

名前 | 説明 |
---|---|
SoapNonNegativeInteger () | SoapNonNegativeInteger クラスの新しいインスタンスを初期化します。 |
SoapNonNegativeInteger (Decimal) | Decimal 値を使用して、SoapNonNegativeInteger クラスの新しいインスタンスを初期化します。 |

SoapNonNegativeInteger コンストラクタ ()
アセンブリ: mscorlib (mscorlib.dll 内)


// Create a SoapNonNegativeInteger object. SoapNonNegativeInteger xsdInteger = new SoapNonNegativeInteger(); xsdInteger.Value = +14; Console.WriteLine( "The value of the SoapNonNegativeInteger object is {0}.", xsdInteger.ToString());

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


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

- SoapNonNegativeInteger コンストラクタのページへのリンク