Compartir a través de


Int128.CopySign(Int128, Int128) Método

Definición

Copia el signo de un valor en el signo de otro valor.

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

Parámetros

value
Int128
sign
Int128

Devoluciones

Int128

Valor con la magnitud de value y el signo de sign.

Implementaciones

Se aplica a