public class GeometryUtil
Public Class GeometryUtil
No code example is currently available or this language may not be supported.
GeometryUtil | Initializes a new instance of the GeometryUtil class |
Clamp | Clamp the supplied value within the allowed minimum and maximum values. |
ConvertRange | Convert a value from one range to another. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
GetValue(Match, String) | Return the value of the specified group member in the provided match. |
GetValue(String, String, String) | Return the value of the specified group member in a match found with the provided source and pattern. |
MemberwiseClone | (Inherited from Object) |
ReverseSourcePolarity | Apply the reverse polarity of the source value to the target value, returning the new target value. |
SignEqual | Return a value indicating whether the signs are equal between values A and B. |
SignNotEqual | Return a value indicating whether the signs are unequal between values A and B. |
SourcePolarity | Apply the polarity of the source value to the target value, returning the new target value. |
ToFloat(Object) | Provide fail-safe conversion of string to numeric value. |
ToFloat(String) | Provide fail-safe conversion of string to numeric value. |
ToInt(Object) | Provide fail-safe conversion of string to numeric value. |
ToInt(String) | Provide fail-safe conversion of string to numeric value. |
ToString | (Inherited from Object) |