double[] VariablesCLowerBound { get; set; }
Property VariablesCLowerBound As Double()
Get
Set
property array<double>^ VariablesCLowerBound {
array<double>^ get ();
void set (array<double>^ value);
}
abstract VariablesCLowerBound : float[] with get, set