Enum MathOperators
Describes all all math operators.
Namespace:Testura.Code
Assembly:Testura.Code.dll
Syntax
public enum MathOperators
Fields
Name | Description |
---|---|
Add | Generate the add ( |
Divide | Generate the divide ( |
Multiply | Generate the multiply ( |
Subtract | Generate the subtract ( |