RandomIndex 2 Method
Definition
Namespace: RandomOps
Assembly: DWSIM.MathOps.RandomOps (in DWSIM.MathOps.RandomOps.dll) Version: 2.1.0.0 (2.1.0.0)
Assembly: DWSIM.MathOps.RandomOps (in DWSIM.MathOps.RandomOps.dll) Version: 2.1.0.0 (2.1.0.0)
C#
public virtual void Index2(
int n,
out int index1,
out int index2
)VB
Public Overridable Sub Index2 (
n As Integer,
<OutAttribute> ByRef index1 As Integer,
<OutAttribute> ByRef index2 As Integer
)