collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
RandomNumbers
.
.
::
..Between Method
gradient

Returns a random number between the specified values

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

public float Between(

 float fValue1,

 float fValue2

)

Visual Basic

Public Function Between (

 fValue1 As Single,

 fValue2 As Single

As Single

Visual C++

public:

float Between(

 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

collapse_allSee Also

RandomNumbers Class

RandomNumbers Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com