Search Results for

    Show / Hide Table of Contents

    Class MathMultipleConverter

    Inheritance
    System.Object
    MathMultipleConverter
    Implements
    System.Windows.Data.IMultiValueConverter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Desktop.Platform.Controls.Converters
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public sealed class MathMultipleConverter

    Constructors

    MathMultipleConverter()

    Declaration
    public MathMultipleConverter()

    Properties

    Operation

    Declaration
    public MathOperation Operation { get; set; }
    Property Value
    Type Description
    MathOperation

    Methods

    Convert(Object[], Type, Object, CultureInfo)

    Declaration
    public object Convert(object[] value, Type targetType, object parameter, CultureInfo culture)
    Parameters
    Type Name Description
    System.Object[] value
    System.Type targetType
    System.Object parameter
    System.Globalization.CultureInfo culture
    Returns
    Type Description
    System.Object

    ConvertBack(Object, Type[], Object, CultureInfo)

    Declaration
    public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
    Parameters
    Type Name Description
    System.Object value
    System.Type[] targetTypes
    System.Object parameter
    System.Globalization.CultureInfo culture
    Returns
    Type Description
    System.Object[]

    Implements

    System.Windows.Data.IMultiValueConverter

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • MathMultipleConverter()
    • Properties
      • Operation
    • Methods
      • Convert(Object[], Type, Object, CultureInfo)
      • ConvertBack(Object, Type[], Object, CultureInfo)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX