20230102
This commit is contained in:
@@ -14,4 +14,9 @@ public interface IValueConverter
|
||||
/// Делитель
|
||||
/// </summary>
|
||||
public long Divider { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// Знаков после запятой (0, 1, 2)
|
||||
/// </summary>
|
||||
public byte DecimalPlaces { get; init; }
|
||||
}
|
Reference in New Issue
Block a user