Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
DPSFHelper
..RandomNumberBetween Method
|
|
Returns a random number between the specified values
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public static float RandomNumberBetween(
float fValue1,
float fValue2
)
|
Visual Basic
|
Public Shared Function RandomNumberBetween (
fValue1 As Single,
fValue2 As Single
) As Single
|
Visual C++
|
public:
static float RandomNumberBetween(
float fValue1,
float fValue2
)
|
Parameters
fValue1
Type: System..::..Single
The first value
fValue2
Type: System..::..Single
The second value
Return Value
Type: Single
Returns a random number between the specified values
See Also
DPSFHelper Class
DPSFHelper Members
DPSF Namespace
Send comments on this topic to
|