[Missing <summary> documentation for "P:Evolucion.Signals.Scr"]
Namespace:
Evolucion
Assembly:
Evolucion (in Evolucion.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> Scr { get; set; }
Public Property Scr As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> Scr {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member Scr : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also