BaseDistanceSensorGetAveragedRaydimeMeasurementsAt(Listdvec3, ListTimeSpan, NullableCancellationToken) Method |
Calculates averaged Raydime measurement results for the specified positions and averaging time spans.
Namespace: RAYLASE.Marker.Device.DistanceSensorAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.44.0
Syntaxpublic List<BaseDistanceSensorResult> GetAveragedRaydimeMeasurementsAt(
List<dvec3> positions,
List<TimeSpan> averagingTimeSpans,
CancellationToken? cancellationToken = null
)
Parameters
- positions Listdvec3
- A list of two-dimensional positions for which to compute averaged measurements. Each position represents a spatial
location to be evaluated.
- averagingTimeSpans ListTimeSpan
- A list of time intervals that define the averaging periods for the measurements. Each time span specifies the
duration over which measurements are averaged.
- cancellationToken NullableCancellationToken (Optional)
- An optional cancellation token that can be used to cancel the operation. If not provided, the operation cannot be
cancelled.
Return Value
ListBaseDistanceSensorResultA list of averaged measurement results corresponding to the specified positions and averaging time spans.
See Also