MathOperation Enum

Summary

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

Syntax

public enum MathOperation

Fields

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