MathMethods.Priority(String) Method

Determines the priority of mathematical primitives.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static int Priority(
	string value
)

Parameters

value  String
Text representation of the primitive.

Return Value

Int32
Primitive's mathematical priority.

See Also