Class IntCapture
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Recolude.Core
Assembly: Recolude.Core.dll
Syntax
public class IntCapture : Capture<int>, ICapture
Constructors
IntCapture(Single, Int32)
Declaration
public IntCapture(float time, int i)
Parameters
Type | Name | Description |
---|---|---|
System.Single | time | |
System.Int32 | i |
Methods
SetTime(Single)
Declaration
public override ICapture SetTime(float newTime)
Parameters
Type | Name | Description |
---|---|---|
System.Single | newTime |
Returns
Type | Description |
---|---|
ICapture |
Overrides
Recolude.Core.Capture<System.Int32>.SetTime(System.Single)
ToCSV()
Builds a string that represents a single row in a csv file that contains this object's data.
Declaration
public override string ToCSV()
Returns
Type | Description |
---|---|
System.String | A row of csv data as a string. |
Overrides
Recolude.Core.Capture<System.Int32>.ToCSV()
ToJSON()
Declaration
public override string ToJSON()
Returns
Type | Description |
---|---|
System.String |
Overrides
Recolude.Core.Capture<System.Int32>.ToJSON()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()