An NDoc Documented Class Library

Storage.value.s_profit Field

name="s_profit" Profit array by trajetory and day

[Visual Basic]
Public s_profit As Profit(,)
[C#]
public Profit[,] s_profit;
[C++]
public: Profit* s_profit __gc[];
[JScript]
public var s_profit: Profit[,];

See Also

Storage.value Structure | CommodityStorage.Storage Namespace