RadialArray.IsRotationAngleValid
Description:
This indicates whether the input angle is valid.
This indicates whether the input angle is valid.
public static bool IsRotationAngleValid(
double angle
)
-
DoubleangleThe angle.
Return Value
bool
True if the value of angle is not zero, false otherwise.