IAttributeMinimum Method

Get Minimum of selected attribute enum.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static double Minimum(
	FeatureAttributeEnum attributeEnum
)

Parameters

attributeEnum  FeatureAttributeEnum
The relevant feature attribute enum.

Return Value

Double
Return the value for minimum of the selected attribute or min value if no minimum is added.

See Also