RangeAttribute.

RangeAttribute(double, double, double) Constructor

Summary

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

Syntax

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

Parameters

Name Type Description
from double
to double
step double

Return Value

Type Description
void