MultiplicationConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft internal use only.
public ref class MultiplicationConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<double, double>
[Windows::Foundation::Metadata::WebHostHidden]
class MultiplicationConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<double, double>
public class MultiplicationConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<double,double>
type MultiplicationConverter = class
inherit ValueConverter<double, double>
Public Class MultiplicationConverter
Inherits ValueConverter(Of Double, Double)
- Inheritance
Constructors
MultiplicationConverter() |
Microsoft internal use only. |
Properties
MultiplicationFactor |
Microsoft internal use only. |
Methods
Convert(Double, Object, CultureInfo) |
Microsoft internal use only. |
Convert(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
Convert(TSource, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(TTarget, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |