Class UCIEngine.OptionSpin
An integer engine option
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: PonzianiComponents.Chesslib
Assembly: PonzianiComponents.dll
Syntax
public class OptionSpin : UCIEngine.Option
Properties
| Improve this Doc View SourceDefault
The option's default value
Declaration
public int Default { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Max
The option's maximum value
Declaration
public int Max { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Min
The option's minimum value
Declaration
public int Min { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceParse(String)
Declaration
protected override void Parse(string ucicommand)
Parameters
Type | Name | Description |
---|---|---|
System.String | ucicommand |