UInt128.Increment(UInt128) 演算子

定義

値をインクリメントします。

public:
 static UInt128 operator ++(UInt128 value) = System::Numerics::IIncrementOperators<UInt128>::op_Increment;
public static UInt128 operator ++ (UInt128 value);
static member op_Increment : UInt128 -> UInt128
Public Shared op_Increment (value As UInt128) As UInt128

パラメーター

value
UInt128

インクリメントする値。

戻り値

をインクリメントした value結果。

実装

適用対象