Share via


IntegralConverter Class

Definition

Takes a value and returns the largest value which is a integral amount of the second value.

public ref class IntegralConverter : System::Windows::Data::IMultiValueConverter
public class IntegralConverter : System.Windows.Data.IMultiValueConverter
type IntegralConverter = class
    interface IMultiValueConverter
Public Class IntegralConverter
Implements IMultiValueConverter
Inheritance
IntegralConverter
Implements

Constructors

IntegralConverter()

Methods

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

Takes a value and returns the largest value which is a integral amount of the second value.

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

This method is not used.

Applies to