Namespace: Hedgehog
Assembly: Hedgehog.dll
Parent Module: RangeFunction or value | Description |
Full Usage:
clamp bound1 bound2 value
Parameters:
'a
bound2 : 'a
value : 'a
Returns: 'a
|
Truncate `value` so it stays within bounds.
|
Full Usage:
scaleExponential lo hi sz origin bound
Parameters:
^a
hi : ^a
sz : Size
origin : ^a
bound : ^a
Returns: ^a
|
Scale an integral exponentially with the size parameter.
|
|
Scale an integral linearly with the size parameter.
|