PEMFuelCellUnitOpBaseToList Method

Converts a Python list object to a .NET List(Of Double).

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public List<double> ToList(
	Object pythonlist
)

Parameters

pythonlist  Object
 

Return Value

ListDouble

See Also