Gets or sets the first sample this test is being applied to.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public TSample Sample1 { get; set; }
|
| Visual Basic (Declaration) |
Public Property Sample1 As TSample
Get
Set
|
| Visual C++ |
public:
property TSample Sample1 {
TSample get ();
void set (TSample value);
}
|
| F# |
member Sample1 : 'TSample with get, set
|
Field Value
The first sample this test is being applied to.
See Also