Show / Hide Table of Contents

Class UCIEngine.OptionSpin

An integer engine option

Inheritance
System.Object
UCIEngine.Option
UCIEngine.OptionSpin
Inherited Members
UCIEngine.Option.Name
UCIEngine.Option.Type
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 Source

Default

The option's default value

Declaration
public int Default { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Max

The option's maximum value

Declaration
public int Max { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Min

The option's minimum value

Declaration
public int Min { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

Parse(String)

Declaration
protected override void Parse(string ucicommand)
Parameters
Type Name Description
System.String ucicommand
Overrides
UCIEngine.Option.Parse(String)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX