GeometryUtilCopySign(Double, Double) Method
Return a floating-point value with the magnitude of its first argument
and the sign of its second argument
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static double CopySign(
double magnitude,
double sign
)
Public Shared Function CopySign (
magnitude As Double,
sign As Double
) As Double
No code example is currently available or this language may not be supported.
- magnitude Double
-
The magnitude to use.
- sign Double
-
The sign to use.
Double
The caller's magnitude, in the indicated sign.