JAMS 6.x Help
Calculate Method


To calculate an upload or download and return multiple variables
Syntax
'Declaration
 
<System.ObsoleteAttribute()>
Public Shared Sub Calculate( _
   ByVal size As System.Long, _
   ByVal milliseconds As System.Double, _
   ByRef newSize As System.Long, _
   ByRef unit As System.String, _
   ByRef time As System.String, _
   ByRef speed As System.Double _
) 
'Usage
 
Dim size As System.Long
Dim milliseconds As System.Double
Dim newSize As System.Long
Dim unit As System.String
Dim time As System.String
Dim speed As System.Double
 
CalculateTransfer.Calculate(size, milliseconds, newSize, unit, time, speed)
[System.Obsolete()]
public static void Calculate( 
   System.long size,
   System.double milliseconds,
   out System.long newSize,
   out System.string unit,
   out System.string time,
   out System.double speed
)

Parameters

size
milliseconds
newSize
unit
time
speed
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CalculateTransfer Class
CalculateTransfer Members

Send Feedback