GeometryUtilCopySign(Single, Single) 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 float CopySign(
float magnitude,
float sign
)
Public Shared Function CopySign (
magnitude As Single,
sign As Single
) As Single
No code example is currently available or this language may not be supported.
- magnitude Single
-
The magnitude to use.
- sign Single
-
The sign to use.
Single
The caller's magnitude, in the indicated sign.