RangeAttribute.

RangeAttribute(float, float, float) Constructor

Summary

Constructs a range of float values with the specified step size.
Namespace
TCLite
Containing Type
RangeAttribute

Syntax

public RangeAttribute(float from, float to, float step)

Parameters

Name Type Description
from float
to float
step float

Return Value

Type Description
void