C# Class Microsoft.WindowsAzure.Commands.Sync.ComputeStats

Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
ComputeAvg ( double current ) : double
ComputeStats ( ) : System.Collections.Generic
ComputeStats ( int historySize ) : System.Collections.Generic

Method Details

ComputeAvg() public method

public ComputeAvg ( double current ) : double
current double
return double

ComputeStats() public method

public ComputeStats ( ) : System.Collections.Generic
return System.Collections.Generic

ComputeStats() public method

public ComputeStats ( int historySize ) : System.Collections.Generic
historySize int
return System.Collections.Generic