Int16Value.Implicit 演算子

定義

オーバーロード

Implicit(Int16Value to Int16)

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

Implicit(Int16 to Int16Value)

Int16 値を Int16Value インスタンスに暗黙的に変換します。

Implicit(Int16Value to Int16)

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

public static implicit operator short (DocumentFormat.OpenXml.Int16Value xmlAttribute);
static member op_Implicit : DocumentFormat.OpenXml.Int16Value -> int16
Public Shared Widening Operator CType (xmlAttribute As Int16Value) As Short

パラメーター

xmlAttribute
Int16Value

変換する Int16Value。

戻り値

Int16

変換された Int16 値。

例外

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

適用対象

Implicit(Int16 to Int16Value)

Int16 値を Int16Value インスタンスに暗黙的に変換します。

public static implicit operator DocumentFormat.OpenXml.Int16Value (short value);
static member op_Implicit : int16 -> DocumentFormat.OpenXml.Int16Value
Public Shared Widening Operator CType (value As Short) As Int16Value

パラメーター

value
Int16

指定した値。

戻り値

Int16Value

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

適用対象