|  | DirectionDistributionIsUniform Property | 
            Gets or sets a value indicating whether the random direction vectors are distributed
            uniformly or follow a Gaussian distribution
            
 
Namespace: DigitalRune.Mathematics.StatisticsAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
 Syntax
Syntax[ContentSerializerAttribute(Optional = true)]
public bool IsUniform { get; set; }<ContentSerializerAttribute(Optional := true)>
Public Property IsUniform As Boolean
	Get
	Set
public:
[ContentSerializerAttribute(Optional = true)]
property bool IsUniform {
	bool get ();
	void set (bool value);
}[<ContentSerializerAttribute(Optional = true)>]
member IsUniform : bool with get, set
Property Value
Type: 
Boolean if this distribution is uniform; otherwise, 
            if the distribution is Gaussian. The default value is 
.
            
 Remarks
Remarks See Also
See Also