Creates a model term that represents the difference
between two terms.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static ModelTerm Model(
ModelTerm left,
ModelTerm right
)
Public Shared Function Model (
left As ModelTerm,
right As ModelTerm
) As ModelTerm
public:
static ModelTerm^ Model(
ModelTerm^ left,
ModelTerm^ right
)
static member Model :
left : ModelTerm *
right : ModelTerm -> ModelTerm
Parameters
- left
- Type: Extreme.DataAnalysis.ModelsModelTerm
The first term. - right
- Type: Extreme.DataAnalysis.ModelsModelTerm
The second term.
Return Value
Type:
ModelTermA model term that represents
the terms in
left that are
not present in
right.
Reference