Click or drag to resize

sampleTakeT Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Populates sample take according to settings

Namespace:  imbSCI.Data.data.sample
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public sampleTake(
	List<T> _source,
	samplingSettings _settings
)
Request Example View Source

Parameters

_source
Type: System.Collections.GenericListT
The source.
_settings
Type: imbSCI.Data.data.samplesamplingSettings
The settings.
See Also