public class Dimension
Dimension(Int64) | Construct a static dimension. |
Dimension(Ovov_dimension) | Construct a dynamic dimension with ov_dimension struct. |
Dimension(Int64, Int64) | Construct a dynamic dimension with bounded range |
get_dimension | Get ov_dimension struct. |
get_max | Get max. |
get_min | Get min. |
is_dynamic | Check this dimension whether is dynamic |
m_dimension | The ov_dimension struct. |