Result class final
Result
- Inheritance
- Implemented types
- Available extensions
Constructors
- Result()
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - book_move ↔ bool
-
< book move origin
getter/setter pair
-
bound
↔ Array<
Bound> -
< score bounds / move
getter/setter pair
- depth ↔ int
-
< searched depth
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- move ↔ int
-
< best move found
getter/setter pair
- n_moves ↔ int
-
< total moves to search
getter/setter pair
- n_moves_left ↔ int
-
< left moves to search
getter/setter pair
- n_nodes ↔ int
-
< searched node count
getter/setter pair
-
pv
↔ Array<
Line> -
< principal variation
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score ↔ int
-
< best score
getter/setter pair
- selectivity ↔ int
-
< searched selectivity
getter/setter pair
- spin ↔ int
-
getter/setter pair
- time ↔ int
-
< searched time
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited