> next up previous contents index
: Variable sets : Variable types : Discrete real types   目次   索引

Continuous types

A continuous real type defines a indivisible real interval $[min, max]$ the following lines are examples of continuous real types definitions:

  plRealType price(0.0, 10000.0);
  plRealType temperature(-50.0, 50.0);

The result are the following types: price $=[0.0, 10000.0]$ and temperature $=[-50.0, 50.0]$. Computable objects containing continuous variables can not use tabulation methods.



Juan-Manuel Ahuactzin 平成17年3月31日