public double[] UncComponent { get; set; }
Public Property UncComponent As Double() Get Set
public: property array<double>^ UncComponent { array<double>^ get (); void set (array<double>^ value); }
member UncComponent : float[] with get, set
In This Article