Coefficient Constructor

Public Sub New( _ 
ByVal position As Integer, _ 
ByVal value As Double
)
This language is not supported or no code example is available.
public Coefficient( 
int position
double value 
)
This language is not supported or no code example is available.

Parameters

position
int

value
double

.NET Framework

Supported in: 4.8

In this article

Definition