Int128.UnaryPlus(Int128) Operator

Definition

Computes the unary plus of a value.

public:
 static Int128 operator +(Int128 value) = System::Numerics::IUnaryPlusOperators<Int128, Int128>::op_UnaryPlus;
public static Int128 operator + (Int128 value);
static member ( ~+ ) : Int128 -> Int128
Public Shared Operator + (value As Int128) As Int128

Parameters

value
Int128

The value for which to compute the unary plus.

Returns

The unary plus of value.

Implements

Applies to