UInt128.UnaryPlus(UInt128) Operator

Definition

Computes the unary plus of a value.

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

Parameters

value
UInt128

The value for which to compute the unary plus.

Returns

The unary plus of value.

Implements

Applies to