FloatVal class (not exposed to user)
create a Float Value in MiniZinc
.val
: the integer value
.val
: the integer value
new()
constructor
FloatVal$new(val)
val
: float value to be assigned
v()
return the value
FloatVal$v()
clone()
The objects of this class are cloneable with this method.
FloatVal$clone(deep = FALSE)
deep
: Whether to make a deep clone.
Useful links