Single.IUnaryPlusOperators<Single,Single>.UnaryPlus(Single) Operador
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Calcula a mais unária 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 o qual calcular a vantagem unária.
Retornos
A mais unária de value
.
Implementações
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.