StochasticSolution.SampleCount Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the number of samples in a solution.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Property SampleCount As Integer
public int SampleCount { get; internal set; }
public:
property int SampleCount {
    int get ();
    internal: void set (int value);
}
member SampleCount : int with get, internal set
function get SampleCount () : int
internal function set SampleCount (value : int)

Property Value

Type: System.Int32
The number of samples.

.NET Framework Security

See Also

Reference

StochasticSolution Class

Microsoft.SolverFoundation.Services Namespace