Class Hist1D
Defined in: Hist1D.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Hist1D(nx, xmin, xmax)
|
Field Attributes | Field Name and Description |
---|---|
<inner> |
Array
|
Method Attributes | Method Name and Description |
---|---|
<static> |
Hist1D.fill(x, w)
|
<static> |
Hist1D.get(x)
|
<static> |
Hist1D.print(len)
|
Class Detail
Hist1D(nx, xmin, xmax)
var hist = Hist1D(10, -0.5, 1.5);
- Parameters:
- {Interger} nx
- {Number} xmin
- {Number} xmax
- Returns:
- A sub-classed array with the Hist1D functions added as properties.
Field Detail
<inner>
arr
Array
Method Detail
<static>
Hist1D.fill(x, w)
- Parameters:
- x
- w
<static>
Hist1D.get(x)
- Parameters:
- x
<static>
Hist1D.print(len)
- Parameters:
- len