Show / Hide Table of Contents

Class XAxisSamples

XAxis Samples

Inheritance
System.Object
CompositeSample
XAxisSamples
Implements
System.IEquatable<CompositeSample>
System.IEquatable<XAxisSamples>
Inherited Members
CompositeSample.ToString()
CompositeSample.Equals(CompositeSample)
CompositeSample.SessionKey
CompositeSample.Timestamp
CompositeSample.Data
CompositeSample.Status
Namespace: MESL.SqlRace.Domain.XAxis
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class XAxisSamples : CompositeSample, IEquatable<CompositeSample>, IEquatable<XAxisSamples>

Constructors

XAxisSamples()

Default Constructor

Declaration
public XAxisSamples()

XAxisSamples(SessionKey, Double[], DataStatusType[])

Constructor

Declaration
public XAxisSamples(SessionKey key, double[] data, DataStatusType[] status)
Parameters
Type Name Description
MAT.OCS.Core.SessionKey key
System.Double[] data
MAT.OCS.Core.DataStatusType[] status

XAxisSamples(SessionKey, Int64[], Double[])

Constructor

Declaration
public XAxisSamples(SessionKey key, long[] timestamp, double[] data)
Parameters
Type Name Description
MAT.OCS.Core.SessionKey key
System.Int64[] timestamp
System.Double[] data

XAxisSamples(SessionKey, Int64[], Double[], DataStatusType[], Int32)

Constructor

Declaration
public XAxisSamples(SessionKey key, long[] timestamp, double[] data, DataStatusType[] status, int numberFound)
Parameters
Type Name Description
MAT.OCS.Core.SessionKey key
System.Int64[] timestamp
System.Double[] data
MAT.OCS.Core.DataStatusType[] status
System.Int32 numberFound

Properties

SamplesFound

Gets or sets the samples found.

Declaration
public int SamplesFound { get; set; }
Property Value
Type Description
System.Int32

The samples found.

Methods

Equals(XAxisSamples)

Equals the other.

Declaration
public bool Equals(XAxisSamples other)
Parameters
Type Name Description
XAxisSamples other

The other.

Returns
Type Description
System.Boolean

Whether equal.

Equals(Object)

Determines whether the specified System.Object, is equal to this instance.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj

The System.Object to compare with this instance.

Returns
Type Description
System.Boolean

true if the specified System.Object is equal to this instance; otherwise, false.

Overrides
CompositeSample.Equals(Object)

GetHashCode()

Returns a hash code for this instance.

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Overrides
CompositeSample.GetHashCode()

Implements

System.IEquatable<>
System.IEquatable<>
Back to top Generated by DocFX