Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
form-engine
/
org.octavius.form.control.base
/
DoubleValidation
/
DoubleValidation
Double
Validation
constructor
(
min
:
Double
?
=
null
,
max
:
Double
?
=
null
,
step
:
Double
?
=
null
,
decimalPlaces
:
Int
?
=
null
)