|  | DirectionDistributionDeviation Property | 
            Gets or sets the angle of the cone measured from the central vector to a border vector.
            
 
Namespace: DigitalRune.Mathematics.StatisticsAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
 Syntax
Syntaxpublic float Deviation { get; set; }Public Property Deviation As Single
	Get
	Set
public:
property float Deviation {
	float get ();
	void set (float value);
}member Deviation : float32 with get, set
Property Value
Type: 
SingleThe angle of the cone in radians. The default is π/4 radians (= 45°).
 See Also
See Also