Modulus C# Backtester
Gets the percent profit.
Namespace: Modulus.BacktesterAssembly: Modulus.Backtester (in Modulus.Backtester.dll) Version: 1.0.0.0 (1.0.0.0)
public double PercentProfit { get; internal set; }
public double PercentProfit { get; internal set; }
Public Property PercentProfit As Double
Get
Friend Set
Public Property PercentProfit As Double
Get
Friend Set
public:
property double PercentProfit {
double get ();
internal: void set (double value);
}
public:
property double PercentProfit {
double get ();
internal: void set (double value);
}
Field Value
The percent profit.