Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static NumericalVariable Divide(
NumericalVariable variable1,
NumericalVariable variable2
)
Public Shared Function Divide (
variable1 As NumericalVariable,
variable2 As NumericalVariable
) As NumericalVariable
public:
static NumericalVariable^ Divide(
NumericalVariable^ variable1,
NumericalVariable^ variable2
)
static member Divide :
variable1 : NumericalVariable *
variable2 : NumericalVariable -> NumericalVariable
Parameters
- variable1
- Type: Extreme.StatisticsNumericalVariable
A NumericalVariable. - variable2
- Type: Extreme.StatisticsNumericalVariable
A NumericalVariable.
Return Value
Type:
NumericalVariableA new
NumericalVariable that is the result of dividing every value of
variable1 by every corresponding value of
variable2.
The two variables must have the same number of observations.
Numerical Libraries
Supported in: 5.x, 4.x
Reference