public double Intercept {get; set;}
public: __property double get_Intercept(); public: __property void set_Intercept( double value );
public: property double Intercept { double get(); void set ( double value); }
'Declaration Public Property Intercept As Double
'Usage Dim instance As ImGearLinearLUT Dim value As Double instance.Intercept = value value = instance.Intercept
ImGearLinearLUT Class ImGearLinearLUT Members