Single.IUnaryPlusOperators<Single,Single>.UnaryPlus(Single) Operator

Definisi

Menghitung nilai plus unary.

 static float System.Numerics.IUnaryPlusOperators<System.Single,System.Single>.operator +(float value) = System::Numerics::IUnaryPlusOperators<float, float>::op_UnaryPlus;
static float IUnaryPlusOperators<float,float>.operator + (float value);
static member ( ~+ ) : single -> single
 Shared Operator + (value As Single) As Single Implements IUnaryPlusOperators(Of Single, Single).op_UnaryPlus

Parameter

value
Single

Nilai untuk menghitung nilai tambah unary.

Mengembalikan

Nilai tambah unary dari value.

Penerapan

Berlaku untuk