<Code Lib>
2021 Method
Changes 0
M

RadialArray.IsRotationAngleValid

Description:
This indicates whether the input angle is valid.

public static bool IsRotationAngleValid(
	double angle
)

  • Double
    angle
    The angle.
Return Value bool True if the value of angle is not zero, false otherwise.

Loading…