Options
All
  • Public
  • Public/Protected
  • All
Menu

A specification for a numerical domain.

Hierarchy

  • NumberDomain

Index

Properties

Optional max

max?: number

The maximum. Default = no maximum

Optional maxEx

maxEx?: boolean

true if the domain excludes the maximum.

Optional min

min?: number

The minimum. Default = no minimum

Optional minEx

minEx?: boolean

true if the domain excludes the minimum.

Optional mod

mod?: number

Enforce that the number is 0 mod mod.

Generated using TypeDoc