Click or drag to resize
RedListCalculatorSetPopulationReductionA3 Method
Handle population size reduction A3. Unit is number of per cent in reduction to previouse population size, e.g. 90% reduction has the value 90.0 Factor: Reduction_A3, Id = 700,

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void SetPopulationReductionA3(
	bool hasMin,
	double populationReductionMin,
	bool hasProbable,
	double populationReductionProbable,
	bool hasMax,
	double populationReductionMax,
	string clarification
)

Parameters

hasMin
Type: SystemBoolean
Indicates if min value is available.
populationReductionMin
Type: SystemDouble
Min value for population size reduction.
hasProbable
Type: SystemBoolean
Indicates if probable value is available.
populationReductionProbable
Type: SystemDouble
Probable value for population size reduction.
hasMax
Type: SystemBoolean
Indicates if max value is available.
populationReductionMax
Type: SystemDouble
Max value for max population size reduction.
clarification
Type: SystemString
Clarification about values.
See Also