Click or drag to resize

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; }

Property Value

Type: INumericTypeDouble
Remarks
It is obsolete now. You should use DoubleRange instead.
See Also