ArgumentSections Enumeration
Section a function's argument belongs to.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
[FlagsAttribute]
public enum ArgumentSections
<FlagsAttribute>
Public Enumeration ArgumentSections
[FlagsAttribute]
public enum class ArgumentSections
[<FlagsAttribute>]
type ArgumentSections
None | 0 |
Any.
|
ComplexNumber | 1 |
Complex number.
|
RealNumber | 2 |
Number.
|
ImaginaryNumber | 4 |
Imaginary number.
|
String | 8 |
String.
|
Variable | 16 |
Variable.
|
Unit | 32 |
Unit.
|
Function | 64 |
Function.
|
Expression | 128 |
Expression.
|
SymbolicExpression | 256 |
Symbolic expression.
|
NumericExpression | 512 |
Numeric expression.
|
Matrix | 1,024 |
Matrix.
|
RowVector | 2,048 |
Vector-row.
|
ColumnVector | 4,096 |
Vector.
|
FileName | 8,192 |
File name.
|
Condition | 16,384 |
Condition.
|
Increment | 32,768 |
Increment.
|
Action | 65,536 |
Action.
|
Delimiter | 131,072 |
Delimiter.
|
Default | 262,144 |
Argument.
|
Name | 524,288 |
Name.
|
Date | 1,048,576 |
Date.
|
Currency | 2,097,152 |
Currency.
|