Enum BinaryParameterType
- Namespace
- xFunc.Maths.Analyzers.TypeAnalyzers
- Assembly
- xFunc.Maths.dll
Type of binary parameter.
public enum BinaryParameterType
Fields
Left = 0
The left parameter.
Right = 1
The right parameter.
Type of binary parameter.
public enum BinaryParameterType
Left = 0
The left parameter.
Right = 1
The right parameter.