 | ProbabilityUniformD_PPF Method |
Function [int] UniformD_PPF([float] F, [int] MinValue, [int] MaxValue)
(Discrete Probability)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static SqlInt32 UniformD_PPF(
SqlDouble F,
SqlInt32 MinValue,
SqlInt32 MaxValue
)
Parameters
- F
- Type: System.Data.SqlTypesSqlDouble
[float] - MinValue
- Type: System.Data.SqlTypesSqlInt32
[int] - MaxValue
- Type: System.Data.SqlTypesSqlInt32
[int]
Return Value
Type:
SqlInt32[int]
RemarksDiscrete Uniform percent point function.
See Also