Int64Value.Implicit 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Implicit(Int64 to Int64Value) |
値を Int64 値に暗黙的に Int64Value 変換します。 |
Implicit(Int64Value to Int64) |
指定した を値に暗黙的にInt64変換しますInt64Value。 |
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 インスタンス。
適用対象
Implicit(Int64Value to Int64)
指定した を値に暗黙的にInt64変換しますInt64Value。
public static implicit operator long (DocumentFormat.OpenXml.Int64Value xmlAttribute);
public static implicit operator long (DocumentFormat.OpenXml.Int64Value value);
static member op_Implicit : DocumentFormat.OpenXml.Int64Value -> int64
static member op_Implicit : DocumentFormat.OpenXml.Int64Value -> int64
Public Shared Widening Operator CType (xmlAttribute As Int64Value) As Long
Public Shared Widening Operator CType (value As Int64Value) As Long
パラメーター
- xmlAttributevalue
- Int64Value
戻り値
変換された Int64 値。
例外
が のnull
場合にvalue
スローされます。