RandomSamplingPopulationSize Property
Gets the size of the population from which this
instance draws samples.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public abstract int PopulationSize { get; }
Public MustOverride ReadOnly Property PopulationSize As Integer
Get
public:
virtual property int PopulationSize {
int get () abstract;
}
abstract PopulationSize : int with get
Property Value
Int32The size of the sampled population.