Int64Value.Implicit 演算子

定義

オーバーロード

Implicit(Int64Value to Int64)

指定した Int64Value を Int64 値に暗黙的に変換します。

Implicit(Int64 to Int64Value)

Int64 値を Int64Value 値に暗黙的に変換します。

Implicit(Int64Value to Int64)

指定した Int64Value を Int64 値に暗黙的に変換します。

public static implicit operator long (DocumentFormat.OpenXml.Int64Value xmlAttribute);
static member op_Implicit : DocumentFormat.OpenXml.Int64Value -> int64
Public Shared Widening Operator CType (xmlAttribute As Int64Value) As Long

パラメーター

xmlAttribute
Int64Value

変換する Int64Value。

戻り値

Int64

変換された Int64 値。

例外

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

適用対象

Implicit(Int64 to Int64Value)

Int64 値を Int64Value 値に暗黙的に変換します。

public static implicit operator DocumentFormat.OpenXml.Int64Value (long value);
static member op_Implicit : int64 -> DocumentFormat.OpenXml.Int64Value
Public Shared Widening Operator CType (value As Long) As Int64Value

パラメーター

value
Int64

指定した値。

戻り値

Int64Value

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

適用対象