RandomSphere(Int 32, Double) 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 double[] Sphere(
int n,
double r
)VB
Public Overridable Function Sphere (
n As Integer,
r As Double
) As Double()