public double[] Samples { get; set; }Public Property Samples As Double()
Get
Setpublic:
virtual property array<double>^ Samples {
array<double>^ get () sealed;
void set (array<double>^ value) sealed;
}abstract Samples : float[] with get, set
override Samples : float[] with get, set