Table of Contents

Enum ParameterType

Namespace
xFunc.Maths.Expressions.Parameters
Assembly
xFunc.Maths.dll

Contains types of parameter.

public enum ParameterType

Fields

Constant = 2

The constant parameter. It can be added, but can't be changed or removed.

Normal = 0

The normal parameter.

ReadOnly = 1

The read-only parameter. It can be added/removed, but it can't be changed.