GeometryUtilSignEqual Method
Return a value indicating whether the signs are equal between
values A and B.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool SignEqual(
float valueA,
float valueB
)
Public Shared Function SignEqual (
valueA As Single,
valueB As Single
) As Boolean
No code example is currently available or this language may not be supported.
- valueA Single
-
First value to compare.
- valueB Single
-
Second value to compare.
Boolean
True if the signs of the numbers are the same. Otherwise, false.