An NDoc Documented Class Library

Storage.compileDelta Method 

[Visual Basic]
Private Function compileDelta( _ 
   ByRef volumes As Object, _ 
   ByVal dayctr As Long, _ 
   ByVal month As Long, _ 
   ByVal type As Boolean, _ 
   ByVal type2 As Boolean _ 
) As Double
[C#]
private double compileDelta(
   ref object volumes,
   long dayctr,
   long month,
   bool type,
   bool type2
);
[C++]
private: double compileDelta(
   * Object* volumes,
   __int64 dayctr,
   __int64 month,
   bool type,
   bool type2
);
[JScript]
private function compileDelta(
   Object volumes,
   long dayctr,
   long month,
   bool type,
   bool type2
): double;

See Also

Storage Class | CommodityStorage.Storage Namespace