Byte.INumber<Byte>.CopySign(Byte, Byte) Método

Definição

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

 static System::Byte System.Numerics.INumber<System.Byte>.CopySign(System::Byte value, System::Byte sign) = System::Numerics::INumber<System::Byte>::CopySign;
static byte INumber<byte>.CopySign (byte value, byte sign);
static member System.Numerics.INumber<System.Byte>.CopySign : byte * byte -> byte
 Shared Function CopySign (value As Byte, sign As Byte) As Byte Implements INumber(Of Byte).CopySign

Parâmetros

value
Byte

O valor cuja magnitude é usada no resultado.

sign
Byte

O valor cujo sinal é usado no resultado.

Retornos

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

Implementações

Aplica-se a