Int16.CopySign(Int16, Int16) Método

Definição

Copia o sinal de um valor para o sinal de outro valor.

public:
 static short CopySign(short value, short sign) = System::Numerics::INumber<short>::CopySign;
public static short CopySign (short value, short sign);
static member CopySign : int16 * int16 -> int16
Public Shared Function CopySign (value As Short, sign As Short) As Short

Parâmetros

value
Int16

O valor cuja magnitude é usada no resultado.

sign
Int16

O valor cujo sinal é usado no resultado.

Retornos

Um valor com magnitude de value e o sinal de sign.

Implementações

Aplica-se a