RandomCircle(Double, 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 void Circle(
out double x,
out double y
)VB
Public Overridable Sub Circle (
<OutAttribute> ByRef x As Double,
<OutAttribute> ByRef y As Double
)