PoolSearchResult
Complete API reference for PoolSearchResult, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class PoolSearchResult
Constructors
| Signature | Description |
|---|---|
PoolSearchResult(SearchResult) | Creates a new instance of PoolSearchResult. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | SearchResult | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
distance | float | get | Returns the distance of the HPOP search result. |
object | PooledObject | get | Returns the object of the HPOP search result. |
squaredDistance | float | get | Returns the squared distance of the HPOP search result. |