Gets the interval over which the distribution is nonvanishing.

Namespace: Meta.Numerics.Statistics.Distributions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public override Interval Support { get; }
Public Overrides ReadOnly Property Support As Interval
	Get
public:
virtual property Interval Support {
	Interval get () override;
}
abstract Support : Interval with get
override Support : Interval with get

See Also