Half.CopySign(Half, Half) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Copie le signe d’une valeur au signe d’une autre valeur.
public:
static Half CopySign(Half value, Half sign) = System::Numerics::INumber<Half>::CopySign;
public static Half CopySign (Half value, Half sign);
static member CopySign : Half * Half -> Half
Public Shared Function CopySign (value As Half, sign As Half) As Half
Paramètres
- value
- Half
- sign
- Half
Retours
Valeur d’amplitude value
et de signe sign
.