Click or drag to resize
DigitalRuneCircleDistributionInnerRadius Property
Gets or sets the inner radius of the ring.

Namespace: DigitalRune.Mathematics.Statistics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public float InnerRadius { get; set; }

Property Value

Type: Single
The radius. The default is 0.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
Remarks
The InnerRadius and the OuterRadius define a ring. Random values that are created are from the area of this ring. If InnerRadius is 0 (default), random values from the whole circle area are created. If InnerRadius is equal to OuterRadius, all random values lie on the circumference of the circle.
See Also