public interface Length extends AttributeValue
| Modifier and Type | Field and Description |
|---|---|
static double |
MAX_DELTA
For double comparison. d1 == d2 iff abs(d1-d2) < MAX_DELTA.
|
static Length |
NULL_LENGTH
A null length
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNotNull() |
getValuestatic final double MAX_DELTA
static final Length NULL_LENGTH
Copyright © 2016–2021. All rights reserved.