Namespace: Hedgehog
Assembly: Hedgehog.dll
Modules | Description |
Function or value | Description |
|
|
Full Usage:
constant lowerBound upperBound
Parameters:
'a
upperBound : 'a
Returns: Range<'a>
|
|
|
|
Full Usage:
constantFrom origin lowerBound upperBound
Parameters:
'a
lowerBound : 'a
upperBound : 'a
Returns: Range<'a>
|
|
Full Usage:
exponential lowerBound upperBound
Parameters:
^a
upperBound : ^a
Returns: Range<^a>
|
|
|
|
Full Usage:
exponentialFrom origin lowerBound upperBound
Parameters:
^a
lowerBound : ^a
upperBound : ^a
Returns: Range<^a>
|
|
Full Usage:
linear lowerBound upperBound
Parameters:
^a
upperBound : ^a
Returns: Range<^a>
|
|
|
|
Full Usage:
linearFrom origin lowerBound upperBound
Parameters:
^a
lowerBound : ^a
upperBound : ^a
Returns: Range<^a>
|
|
|
|
|
|
|
|
|
|
|
|