Click or drag to resize
PFSKeywordInsertNewParameterDouble Method
Insert a double parameter into this keyword at the specified position.

If insertion point equals Count+1, the parameter is added to the end of the list.

Parameters at and after the insertion point move down to accomodate the new element.

This method is an O(n) operation, where n is number of parameters

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public PFSParameter InsertNewParameterDouble(
	double val,
	int parameterNumber
)

Parameters

val
Type: SystemDouble
Value to insert
parameterNumber
Type: SystemInt32
Parameter position to insert values at. 1-based

Return Value

Type: PFSParameter
New parameter
See Also