projects/m2-core/src/lib/model/value/ValueDouble.ts
Properties |
|
Methods |
|
constructor(value?: number, min: number, max: number, encodedString: null, restrictiveCondition?: RestrictiveCondition, nameValue?: string)
|
|||||||||||||||||||||
|
Parameters :
|
| Public encodedString |
Type : string
|
| Public max |
Type : number
|
| Public min |
Type : number
|
| Public Optional nameValue |
Type : string
|
| Public restrictiveCondition |
Type : RestrictiveCondition
|
| Public value |
Type : number
|
| Public isEmpty |
isEmpty()
|
|
Returns :
boolean
|
| Static isValueDouble | ||||||
isValueDouble(value: any)
|
||||||
|
Parameters :
Returns :
boolean
|