DesignLogEntryParameterDouble(String, Double) Constructor

Initializes a new instance of the DesignLogEntryParameterDouble class

Definition

Namespace: PCB_Investigator.Automation.DesignHistory
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public DesignLogEntryParameterDouble(
	string key,
	double value
)

Parameters

key  String
 
value  Double
 

See Also