| DecimalTypeMaxValue Property |
Maximum value for type T
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected override decimal MaxValue { get; }
Protected Overrides ReadOnly Property MaxValue As Decimal
Get
protected:
virtual property Decimal MaxValue {
Decimal get () override;
}
abstract MaxValue : decimal with get
override MaxValue : decimal with get
Property Value
Type:
DecimalSee Also