IntegerValue.FromInt64(Int64) メソッド

定義

Int64 値から作成された新しい IntegerValue オブジェクトを返します。

public static DocumentFormat.OpenXml.IntegerValue FromInt64 (long value);
static member FromInt64 : int64 -> DocumentFormat.OpenXml.IntegerValue
Public Shared Function FromInt64 (value As Long) As IntegerValue

パラメーター

value
Int64

新しい IntegerValue オブジェクトを作成する Int64 値。

戻り値

IntegerValue

value パラメーターに対応する IntegerValue。

適用対象