Single.IUnaryPlusOperators<Single,Single>.UnaryPlus(Single) Operador
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Calcula o plus unário de um valor.
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
Parâmetros
- value
- Single
O valor para calcular o unário mais.
Devoluções
O positivo unário de value.