EISDatapointCollectionGetPart(EISDataPart, Double, Double) Method |
Get a part of the data.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public IEnumerable<EISDatapoint> GetPart(
EISDataPart part,
double lowerFrequencyLimit,
double upperFrequencyLimit
)
Public Function GetPart (
part As EISDataPart,
lowerFrequencyLimit As Double,
upperFrequencyLimit As Double
) As IEnumerable(Of EISDatapoint)
Dim instance As EISDatapointCollection
Dim part As EISDataPart
Dim lowerFrequencyLimit As Double
Dim upperFrequencyLimit As Double
Dim returnValue As IEnumerable(Of EISDatapoint)
returnValue = instance.GetPart(part, lowerFrequencyLimit,
upperFrequencyLimit)
Parameters
- part EISDataPart
- The data part.
- lowerFrequencyLimit Double
- The lower frequency limit.
- upperFrequencyLimit Double
- The upper frequency limit.
Return Value
IEnumerableEISDatapointThe datapoints corresponding to the part.
See Also