Class FillPenUpDurations.TimeSlot
Helper class for FillPenUpDurations
Inheritance
System.Object
FillPenUpDurations.TimeSlot
Namespace: SigStat.Common.PipelineItems.Transforms.Preprocessing
Assembly: SigStat.Common.dll
Syntax
public class TimeSlot : object
Properties
| Improve this Doc View SourceEndTime
Gets or sets the end time of the slot
Declaration
public double EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Length
Gets the length of the slot
Declaration
public double Length { get; }
Property Value
Type | Description |
---|---|
System.Double |
PenDown
This indicates whether the pen touches the paper during the time slot
Declaration
public bool PenDown { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StartTime
Gets or sets the start time of the slot
Declaration
public double StartTime { get; set; }
Property Value
Type | Description |
---|---|
System.Double |