| SmartTestDecimalRange Property |
Creates a new range of decimal
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public static INumericType<decimal> DecimalRange { get; }
Public Shared ReadOnly Property DecimalRange As INumericType(Of Decimal)
Get
public:
static property INumericType<Decimal>^ DecimalRange {
INumericType<Decimal>^ get ();
}
static member DecimalRange : INumericType<decimal> with get
Property Value
Type:
INumericTypeDecimalSee Also