AiMakeRaiseDecision Method |
Helper function to return a correct decision if you want to bet/raise with a certain variance.
Namespace: Potbot.Gameplay.AisAssembly: PotBot (in PotBot.exe) Version: 0.9.0.1 (0.9.0.1)
Syntaxprotected Decision MakeRaiseDecision(
double timesPotSizeMin,
double timesPotSizeMax
)
Protected Function MakeRaiseDecision (
timesPotSizeMin As Double,
timesPotSizeMax As Double
) As Decision
member MakeRaiseDecision :
timesPotSizeMin : float *
timesPotSizeMax : float -> Decision
Parameters
- timesPotSizeMin
- Type: SystemDouble
The minimum factor of the pot size to bet/raise. - timesPotSizeMax
- Type: SystemDouble
The maximum factor of the pot size to bet/raise.
Return Value
Type:
DecisionA raise-
Decision or a call/check-
Decision depending on the current hand.
RemarksIf you change the 2 parameters you will still get a result as expected.
See Also