Click or drag to resize
RedListCalculatorSetMaxProportionLocalPopulation Method
Handle max proportion local population. Unit is max number of per cent in one subpopulation of the total population, e.g. 90% individuals in one subpopulation has the value 90.0 Factor: MaxProportionLocalPopulation, Id = 717

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void SetMaxProportionLocalPopulation(
	bool hasMin,
	double maxProportionLocalPopulationMin,
	bool hasProbable,
	double maxProportionLocalPopulationProbable,
	bool hasMax,
	double maxProportionLocalPopulationMax
)

Parameters

hasMin
Type: SystemBoolean
Indicates if min value is available.
maxProportionLocalPopulationMin
Type: SystemDouble
Min value for max proportion local population.
hasProbable
Type: SystemBoolean
Indicates if probable value is available.
maxProportionLocalPopulationProbable
Type: SystemDouble
Probable value for max proportion local population.
hasMax
Type: SystemBoolean
Indicates if max value is available.
maxProportionLocalPopulationMax
Type: SystemDouble
Max value for max proportion local population.
See Also