 | ProbabilityGeometric_PPF Method |
Function [int] Geometric_PPF([float] F, [float] P)
(Discrete Probability)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static SqlInt32 Geometric_PPF(
SqlDouble F,
SqlDouble P
)
Parameters
- F
- Type: System.Data.SqlTypesSqlDouble
[float] - P
- Type: System.Data.SqlTypesSqlDouble
[float]
Return Value
Type:
SqlInt32[int]
RemarksGeometric percent point function.
See Also