Click or drag to resize

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

Property Value

Type: INumericTypeSingle
Remarks
It is obsolete now. You should use SingleRange instead.
See Also