Quad.Copy Sign Method
Copies the sign of a value to the sign of another value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A value with the magnitude of value and the sign of sign.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad CopySign(
Quad value,
Quad sign
)
Parameters
- value Quad
- The value whose magnitude is used in the result.
- sign Quad
- The value whose sign is used in the result.
Return Value
QuadA value with the magnitude of value and the sign of sign.