Click or drag to resize

EISDatapointCollectionGetPart(EISDataPart, Double, Double) Method

Get a part of the data.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public IEnumerable<EISDatapoint> GetPart(
	EISDataPart part,
	double lowerFrequencyLimit,
	double upperFrequencyLimit
)

Parameters

part  EISDataPart
The data part.
lowerFrequencyLimit  Double
The lower frequency limit.
upperFrequencyLimit  Double
The upper frequency limit.

Return Value

IEnumerableEISDatapoint
The datapoints corresponding to the part.
See Also