Salome HOME
Minor documentation review corrections for bounds
[modules/adao.git] / doc / en / snippets / SampleAsMinMaxStepHyperCube.rst
index a2681a6b7f33075256e6901c5b1706a6dec5f13a..c2e3486b09ff6ad2486f0daa5e6d1ee1d504edde 100644 (file)
@@ -4,7 +4,8 @@ SampleAsMinMaxStepHyperCube
   *List of triplets of real values*. This key describes the calculations points
   as an hyper-cube, from a given list of implicit sampling of each variable by
   a triplet *[min,max,step]*. That is then a list of the same size than the one
-  of the state. The bounds are included.
+  of the state. The bounds are included. By nature, the points are included in
+  the domain defined by the explicit bounds.
 
   Example :
   ``{"SampleAsMinMaxStepHyperCube":[[0.,1.,0.25],[-1,3,1]]}`` for a state space of dimension 2.