OptimizationTimeSpanParameter
Summary
A TimeSpan cBot parameter, optimized over a range or held fixed.
Signature
1 | |
Namespace
cAlgo.API
See Also
Methods
ToString
Signature
1 | |
Return Value
string
PrintMembers
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| builder | StringBuilder |
Return Value
bool
GetHashCode
Signature
1 | |
Return Value
int
Equals (3)
Equals (1 of 3)
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| obj | object |
Return Value
bool
Equals (2 of 3)
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| other | OptimizationParameter |
Return Value
bool
Equals (3 of 3)
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| other | OptimizationTimeSpanParameter |
Return Value
bool
$
Signature
1 | |
Return Value
OptimizationTimeSpanParameter
Properties
Min
Summary
Gets the inclusive minimum of the range.
Signature
1 | |
Return Value
TimeSpan
Max
Summary
Gets the inclusive maximum of the range.
Signature
1 | |
Return Value
TimeSpan
Step
Summary
Gets the step of the range.
Signature
1 | |
Return Value
TimeSpan