PoHighLowClose Constructor (Int32, Single, Single, Single, Single) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoHighLowClose(
int numValues,
float[] x,
float[] high,
float[] low,
float[] close
)
Public Sub New (
numValues As Integer,
x As Single(),
high As Single(),
low As Single(),
close As Single()
)
public:
PoHighLowClose(
int numValues,
array<float>^ x,
array<float>^ high,
array<float>^ low,
array<float>^ close
)
new :
numValues : int *
x : float32[] *
high : float32[] *
low : float32[] *
close : float32[] -> PoHighLowClose
Parameters
- numValues
- Type: SystemInt32
- x
- Type: SystemSingle
- high
- Type: SystemSingle
- low
- Type: SystemSingle
- close
- Type: SystemSingle
Remarks See Also