notNaN
Validates that the double value is not NaN
.
Usage:
rules<Double> {
notNaN { "must be not NaN" }
}
Content copied to clipboard
Parameters
message
The message to return when the test fails.
Validates that the float value is not NaN
.
Usage:
rules<Float> {
notNaN { "must be not NaN" }
}
Content copied to clipboard
Parameters
message
The message to return when the test fails.