Model Term.Difference Method
            
            
            Creates a model term that represents the difference
            between two terms.
            
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
A model term that represents the terms in left that are not present in right.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static ModelTerm Difference(
	ModelTerm left,
	ModelTerm right
)Parameters
Return Value
ModelTermA model term that represents the terms in left that are not present in right.