public interface RealDataProperty extends DataProperty
| Modifier and Type | Method and Description |
|---|---|
RealDataProperty |
ceiling()
Constructs a function, which returns the smallest integer that is greater than the number, and
returns this data property for use in subsequent operations
|
RealDataProperty |
floor()
Constructs a function, which returns the largest integer that is greater than the number, and
returns this data property for use in subsequent operations
|
RealDataProperty |
round()
Constructs a function, which returns the nearest integer, and
returns this data property for use in subsequent operations
|
RealDataProperty ceiling()
RealDataProperty floor()
RealDataProperty round()
Copyright © 2017. All rights reserved.