ShopToolsUtilGetAngle Method

Return the binary representation of the caller's angle, in degrees, after solving for variables and expressions.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static float GetAngle(
	string angleText
)

Parameters

angleText  String
The freehand angle text to convert to a single binary value, in degrees.

Return Value

Single
The binary floating point representation of the caller's specified angle, after variables and expressions have been solved.

Remarks

In this version, the text can be purely numeric, in which case, it will be interpreted as degrees, or can have the suffices 'deg', 'degrees', 'rad', or 'radians'.

See Also