MathMethodsPriority(String) Method

Determines the priority of mathematical primitives.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.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