UInt64Value.Implicit 演算子

定義

オーバーロード

Implicit(UInt64Value to UInt64)

指定した UInt64Value オブジェクトを UInt64 値に暗黙的に変換します。

Implicit(UInt64 to UInt64Value)

指定した UInt64 値を UInt64Value クラスに暗黙的に変換します。

Implicit(UInt64Value to UInt64)

指定した UInt64Value オブジェクトを UInt64 値に暗黙的に変換します。

public static implicit operator ulong (DocumentFormat.OpenXml.UInt64Value xmlAttribute);
static member op_Implicit : DocumentFormat.OpenXml.UInt64Value -> uint64
Public Shared Widening Operator CType (xmlAttribute As UInt64Value) As ULong

パラメーター

xmlAttribute
UInt64Value

変換する UInt64Value。

戻り値

UInt64

変換された UInt64 値。

例外

xmlAttribute が null の場合にスローされます。

適用対象

Implicit(UInt64 to UInt64Value)

指定した UInt64 値を UInt64Value クラスに暗黙的に変換します。

public static implicit operator DocumentFormat.OpenXml.UInt64Value (ulong value);
static member op_Implicit : uint64 -> DocumentFormat.OpenXml.UInt64Value
Public Shared Widening Operator CType (value As ULong) As UInt64Value

パラメーター

value
UInt64

指定した値。

戻り値

UInt64Value

値を持つ新しい UInt64Value インスタンス。

適用対象