Number

class Number(val value: Int) : NumberOrRange(source)

Represents an integral number.

Parameters

value

The integral value

Constructors

Link copied to clipboard
constructor(value: Int)

Properties

Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open override fun toFilter(): IFilter<Int, Unit>

Converts the current number or range to a filter.

Link copied to clipboard
open override fun toString(): String