CommonDataPagesSubfieldDataPage Structure

Subfield data page.

Definition

Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+01fc5ca24e8f030354f28ec9cef320bc5cbb0ef6
C#
public readonly struct SubfieldDataPage
Inheritance
Object    ValueType    CommonDataPagesSubfieldDataPage

Properties

ComputedDataField1Gets the computed data field 1. Returns NaN if this is not a valid subpage.
ComputedDataField2Gets the computed data field 2. Returns NaN if this is not a valid subpage.
Subpage1SubPage data field.
Subpage2SubPage data field.

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also