Show / Hide Table of Contents

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 Source

EndTime

Gets or sets the end time of the slot

Declaration
public double EndTime { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Length

Gets the length of the slot

Declaration
public double Length { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

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
| Improve this Doc View Source

StartTime

Gets or sets the start time of the slot

Declaration
public double StartTime { get; set; }
Property Value
Type Description
System.Double
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX