| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Sub SetCoefficients( _ ByVal coefficients As ICollection(Of Double) _ ) | |
| C# | |
|---|---|
public abstract void SetCoefficients( ICollection<double> coefficients ) | |
| C++/CLI | |
|---|---|
public: abstract void SetCoefficients( ICollection<double>^ coefficients ) | |
Parameters
- coefficients
- This array represents the coefficient values.
These coefficients are only valid when CoefficientsAuto is false.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)