| SmartTestDouble Property |
Note: This API is now obsolete.
Creates a new range of double
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use DoubleRange, so that there is no conflict with System.Double")]
public static INumericType<double> Double { get; }
<ObsoleteAttribute("Use DoubleRange, so that there is no conflict with System.Double")>
Public Shared ReadOnly Property Double As INumericType(Of Double)
Get
public:
[ObsoleteAttribute(L"Use DoubleRange, so that there is no conflict with System.Double")]
static property INumericType<double>^ Double {
INumericType<double>^ get ();
}
[<ObsoleteAttribute("Use DoubleRange, so that there is no conflict with System.Double")>]
static member Double : INumericType<float> with get
Property Value
Type:
INumericTypeDoubleRemarks
It is obsolete now. You should use
DoubleRange instead.
See Also