C# Класс Core2D.Avalonia.Converters.ByteToDoubleConverter

Converts a binding value object from byte to double and back from double to byte.
Наследование: IValueConverter
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Instance ByteToDoubleConverter

Открытые методы

Метод Описание
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts a value.

ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts a value.

Описание методов

Convert() публичный Метод

Converts a value.
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value to convert.
targetType System.Type The type of the target.
parameter object A user-defined parameter.
culture System.Globalization.CultureInfo The culture to use.
Результат object

ConvertBack() публичный Метод

Converts a value.
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value to convert.
targetType System.Type The type of the target.
parameter object A user-defined parameter.
culture System.Globalization.CultureInfo The culture to use.
Результат object

Описание свойств

Instance публичное статическое свойство

Gets an instance of a ByteToDoubleConverter.
public static ByteToDoubleConverter,Core2D.Avalonia.Converters Instance
Результат ByteToDoubleConverter