Gets or sets the second 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 Sample2 { get; set; }
|
| Visual Basic (Declaration) |
Public Property Sample2 As TSample
Get
Set
|
| Visual C++ |
public:
property TSample Sample2 {
TSample get ();
void set (TSample value);
}
|
| F# |
member Sample2 : 'TSample with get, set
|
Field Value
The second sample this test is being applied to.
See Also