How can we improve?
public double Average {get; set;}
public: __property double get_Average(); public: __property void set_Average( double value );
public: property double Average { double get(); void set ( double value); }
'Declaration Public Property Average As Double
'Usage Dim instance As ImGearChannelStatistics Dim value As Double instance.Average = value value = instance.Average
ImGearChannelStatistics Structure ImGearChannelStatistics Members