<Code Lib>
2025 Method
Changes 0
M

RadialArray.IsRotationAngleValid

Description:
This indicates whether the input angle is valid.

public static bool IsRotationAngleValid(
	double angle
)

Return Value Boolean True if the value of angle is not zero, false otherwise.

Loading…