| SmartTestFloat Property |
Note: This API is now obsolete.
Creates a new range of float
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use SingleRange, so that all ranges are named the same way")]
public static INumericType<float> Float { get; }
<ObsoleteAttribute("Use SingleRange, so that all ranges are named the same way")>
Public Shared ReadOnly Property Float As INumericType(Of Single)
Get
public:
[ObsoleteAttribute(L"Use SingleRange, so that all ranges are named the same way")]
static property INumericType<float>^ Float {
INumericType<float>^ get ();
}
[<ObsoleteAttribute("Use SingleRange, so that all ranges are named the same way")>]
static member Float : INumericType<float32> with get
Property Value
Type:
INumericTypeSingleRemarks
It is obsolete now. You should use
SingleRange instead.
See Also