the actual value of this ValueObject
Static
createa Result
with the created Float
to create the Float of
Optional
options: FloatOptionsconstraints the value has to fulfill
Static
froma Result
with an array of created Floats
an array of primitives to map to an array of Floats
Optional
options: FloatOptions & ListCreationOptionsconstraints the values / list has to fulfill
Static
listcompares 2 Lists of ValueObjects / values on equality
true if the lists are equal
the list of ValueObjects to compare with
a list of ValueObjects / values for comparison
Static
toStatic
validatethe value if the validation was successful
if not a valid number
if the value is not inside the interval
to be validated as a float with the corresponding constraints (options)
Optional
options: FloatOptionsconstraints the value has to fulfill
Generated using TypeDoc
A floating point number
Example
Fails