Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > WorkstationViewer Class : CalculateCurrentCellStatisticalInformation Method |
public StatisticsInformationCommand CalculateCurrentCellStatisticalInformation( MedicalViewerCell cell, int subCellIndex )
'Declaration Public Function CalculateCurrentCellStatisticalInformation( _ ByVal cell As MedicalViewerCell, _ ByVal subCellIndex As Integer _ ) As StatisticsInformationCommand
'Usage Dim instance As WorkstationViewer Dim cell As MedicalViewerCell Dim subCellIndex As Integer Dim value As StatisticsInformationCommand value = instance.CalculateCurrentCellStatisticalInformation(cell, subCellIndex)
public: StatisticsInformationCommand* CalculateCurrentCellStatisticalInformation( MedicalViewerCell* cell, int subCellIndex )
public: StatisticsInformationCommand^ CalculateCurrentCellStatisticalInformation( MedicalViewerCell^ cell, int subCellIndex )