MathConverter Class

A converter for simple math operations.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
public class MathConverter : IValueConverter
Inheritance
Object    MathConverter
Implements
IValueConverter

Remarks

Value has to be a double.
and the parameter in the format: mathematical opeator followed by a number.
eg: +10.45 or -5 or *1.3 or /2

Constructors

Methods

Convert Converts parameters, uses them in a simple equation and returns the answer.
ConvertBack Converting back is not supported.

See Also