MartingaleType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of the martingale.
public enum MartingaleType
type MartingaleType =
Public Enum MartingaleType
- Inheritance
-
MartingaleType
Fields
Name | Value | Description |
---|---|---|
None | 0 | (None) No martingale is used. |
Power | 1 | (Power) The Power martingale is used. |
Mixture | 2 | (Mixture) The Mixture martingale is used. |