Coefficient Structure

System of equations, equation non zero term definition.
Public Structure Coefficient 
Implements IEquatable(Of Coefficient)
This language is not supported or no code example is available.
public struct Coefficient : IEquatable<Coefficient>
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Equals(Coefficient)
Public method ToString() Returns the fully qualified type name of this instance.
Top
Fields
 
Name Description
Public field Pos
Public field Val
Top

.NET Framework

Supported in: 4.8

In this article

Definition