Click or drag to resize

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.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsUpperDecimalProbability(
	double p,
	out int power
)

Parameters

p  Double
The probability
power  Int32
The power of ten.

Return Value

Boolean
True if it is a lower decimal probability.
See Also