Int128.UnaryPlus(Int128) Operator

Definicja

Oblicza jednoargumentowy plus wartości.

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

Parametry

value
Int128

Wartość, dla której należy obliczyć jednoargumentowy plus.

Zwraca

Jednoargumentowy plus .value

Implementuje

Dotyczy