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_report_table_from_results( List<OperatingPointUtility..::..Result> results, bool has_design_point, int operating_point_total ) |
Visual Basic |
---|
Public Shared Function create_report_table_from_results ( _ results As List(Of OperatingPointUtility..::..Result), _ has_design_point As Boolean, _ operating_point_total As Integer _ ) As DataTable |
Visual C++ |
---|
public: static DataTable^ create_report_table_from_results( List<OperatingPointUtility..::..Result^>^ results, bool has_design_point, int operating_point_total ) |
Parameters
- results
- Type: System.Collections.Generic..::..List<(Of <(<'OperatingPointUtility..::..Result>)>)>
- has_design_point
- Type: System..::..Boolean
- operating_point_total
- Type: System..::..Int32