MathMethods.IsParam Method

Check if a symbol is part of a parameter name.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static bool IsParam(
	ref char value
)

Parameters

value  Char
Symbol to verify.

Return Value

Boolean
The result of the test.

See Also