MathConverter Class
A converter for simple math operations.
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public class MathConverter : IValueConverter
type MathConverter =
class
interface IValueConverter
end
- Inheritance
- Object MathConverter
- Implements
- IValueConverter
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
| Convert |
Converts parameters, uses them in a simple equation and returns the answer.
|
| ConvertBack |
Converting back is not supported.
|