MathOperation Enum
The math operations which can be used at the MathConverter
Namespace
MahApps.Metro.Converters
Interfaces
  • IComparable
  • ISpanFormattable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["ISpanFormattable"] Type-.->Interface2["IFormattable"] Type-.->Interface3["IConvertible"] Type["MathOperation"] class Type type-node

Syntax

public enum MathOperation

Fields

Name Field Type Constant Value Summary
Add MathOperation 0
static
Divide MathOperation 3
static
Multiply MathOperation 2
static
Subtract MathOperation 1
static