[]
Represents a Binding converter that multiplies a numeric value by the specified parameter value.
public class MultiplyConverter : IValueConverter
The MultiplyConverter is a one-way converter. A source value must be of a numeric type, and a converted value has the same type as a source value.
Name | Description |
---|---|
MultiplyConverter() |
Name | Description |
---|---|
Convert(object, Type, object, CultureInfo) | Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target. |
ConvertBack(object, Type, object, CultureInfo) | Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source. |