Gets or sets the first sample this test is being applied to.
Namespace:
Extreme.Statistics.Tests
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> Sample1 { get; set; }
Public Property Sample1 As Vector(Of T)
Get
Set
public:
property Vector<T>^ Sample1 {
Vector<T>^ get ();
void set (Vector<T>^ value);
}
member Sample1 : Vector<'T> with get, set
Property Value
Type:
VectorTThe first sample this test is being applied to.
Reference