Click or drag to resize
sqx

ProbabilityUniformC_Mean Method

Function [float] UniformC_Mean([float] MinValue, [float] MaxValue)
(Continuous Probability)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public static SqlDouble UniformC_Mean(
	SqlDouble MinValue,
	SqlDouble MaxValue
)

Parameters

MinValue
Type: System.Data.SqlTypesSqlDouble
[float]
MaxValue
Type: System.Data.SqlTypesSqlDouble
[float]

Return Value

Type: SqlDouble
[float]
Remarks
Continuous Uniform mean function.
See Also