isLinear Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value indicating whether this instance is linear.

Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public override bool isLinear { get; }
Visual Basic
Public Overrides ReadOnly Property isLinear As Boolean
	Get
Visual C++
public:
virtual property bool isLinear {
	bool get () override;
}

Field Value

true if this instance is linear; otherwise, false.

See Also