Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 636 Bytes

nifty-tou.intrange.of.md

File metadata and controls

26 lines (15 loc) · 636 Bytes

Home > nifty-tou > IntRange > of

IntRange.of() method

Create a singleton range, where the minimum and maximum values are equal.

Signature:

static of(value: number | null): IntRange;

Parameters

Parameter Type Description
value number | null the minimum and maximum value

Returns:

IntRange

the new singleton range instance