CumulativeProbabilityTickSpacingIsUpperDecimalProbability Method |
Determines whether the provided probability is a upper probability (equal to or greater than 0.9) and the difference to 1 is a power of 10.
Namespace: Altaxo.Graph.Scales.TicksAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsUpperDecimalProbability(
double p,
out int power
)
Parameters
- p Double
- The probability
- power Int32
- The power of ten.
Return Value
BooleanTrue if it is a lower decimal probability.
See Also