Namespace: pumpflo_services.OperatingPoints
Assembly: pumpflo_services (in pumpflo_services.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: pumpflo_services (in pumpflo_services.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static DataTable create_table_from_results( List<OperatingPointUtility..::..Result> results ) |
Visual Basic |
---|
Public Shared Function create_table_from_results ( _ results As List(Of OperatingPointUtility..::..Result) _ ) As DataTable |
Visual C++ |
---|
public: static DataTable^ create_table_from_results( List<OperatingPointUtility..::..Result^>^ results ) |
Parameters
- results
- Type: System.Collections.Generic..::..List<(Of <(<'OperatingPointUtility..::..Result>)>)>