MathMethods.Priority(String) Method
Determines the priority of mathematical primitives.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static int Priority(
string value
)
Public Shared Function Priority (
value As String
) As Integer
public:
static int Priority(
String^ value
)
static member Priority :
value : string -> int
- value String
-
Text representation of the primitive.
Int32
Primitive's mathematical priority.