ContinuousDistributionSupport Property |
Gets the interval over which the distribution is non-vanishing.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public virtual Interval Support { get; }
Public Overridable ReadOnly Property Support As Interval
Get
public:
virtual property Interval Support {
Interval get ();
}
abstract Support : Interval with get
override Support : Interval with get
Property Value
Type:
IntervalSee Also