public interface Clearable
setToZero()
or invalidating it with setToNaN()
.Modifier and Type | Method and Description |
---|---|
boolean |
containsNaN()
Tests if this object contains at least one value equal to
Double.NaN . |
void |
setToNaN()
Invalidate this object by setting its values to
Double.NaN . |
void |
setToZero()
Reset this object values.
|
boolean containsNaN()
Double.NaN
.true
if this object contains at least one value equal to Double.NaN
,
false
otherwise.void setToNaN()
Double.NaN
.void setToZero()