NormTwoSampleUpdateX Method |
Concatenates the values in x to the first sample provided in
the constructor.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void UpdateX(
double[] x
)
Public Sub UpdateX (
x As Double()
)
public:
void UpdateX(
array<double>^ x
)
member UpdateX :
x : float[] -> unit
Parameters
- x
- Type: SystemDouble
A double array containing updates for the first sample.
See Also