Show / Hide Table of Contents

Struct DoubleArr

NT Double Array

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: NetworkTables.Natives
Assembly: FRC.NetworkTables.dll
Syntax
public struct DoubleArr

Fields

| Improve this Doc View Source

arr

Array Pointer

Declaration
public double *arr
Field Value
Type Description
Double*
| Improve this Doc View Source

len

Array Length

Declaration
public UIntPtr len
Field Value
Type Description
UIntPtr
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet