Show / Hide Table of Contents

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 (+) operator.

Divide

Generate the divide (/) operator.

Multiply

Generate the multiply (*) operator.

Subtract

Generate the subtract (-) operator.

Extension Methods

ObjectExtensions.IsNumeric()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX