maya-dates

@drewsonne/maya-dates / Exports / NumberCoefficient

Class: NumberCoefficient

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new NumberCoefficient(coefficient)

Parameters

Name Type
coefficient number

Defined in

cr/component/numberCoefficient.ts:8

Properties

value

value: number

Defined in

cr/component/numberCoefficient.ts:6

Methods

equal

equal(coefficient): Boolean

Parameters

Name Type
coefficient ICoefficient

Returns

Boolean

Implementation of

ICoefficient.equal

Defined in

cr/component/numberCoefficient.ts:36


increment

increment(): NumberCoefficient

Returns

NumberCoefficient

Defined in

cr/component/numberCoefficient.ts:24


isIn

isIn(validHaabCoeffs): Boolean

Parameters

Name Type
validHaabCoeffs number[]

Returns

Boolean

Implementation of

ICoefficient.isIn

Defined in

cr/component/numberCoefficient.ts:28


isWildcard

isWildcard(): boolean

Returns

boolean

Implementation of

ICoefficient.isWildcard

Defined in

cr/component/numberCoefficient.ts:12


match

match(coefficient): Boolean

Parameters

Name Type
coefficient ICoefficient

Returns

Boolean

Implementation of

ICoefficient.match

Defined in

cr/component/numberCoefficient.ts:43


toString

toString(): string

Returns

string

Defined in

cr/component/numberCoefficient.ts:32


validate

validate(): boolean

Returns

boolean

Implementation of

ICoefficient.validate

Defined in

cr/component/numberCoefficient.ts:16