Int16.IUnaryPlusOperators<Int16,Int16>.UnaryPlus(Int16) Operatore

Definizione

Calcola il segno più unario di un valore.

 static short System.Numerics.IUnaryPlusOperators<System.Int16,System.Int16>.operator +(short value) = System::Numerics::IUnaryPlusOperators<short, short>::op_UnaryPlus;
static short IUnaryPlusOperators<short,short>.operator + (short value);
static member ( ~+ ) : int16 -> int16
 Shared Operator + (value As Short) As Short Implements IUnaryPlusOperators(Of Short, Short).op_UnaryPlus

Parametri

value
Int16

Valore per il quale calcolare il segno più unario.

Restituisce

Più unario di value.

Implementazioni

Si applica a