C# Class MissionPlanner.Log.MatLab.DoubleList

File backed list One file for data (double) One file for offsets (long)
Inheritance: IDisposable
Exibir arquivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
Add ( double items ) : int
Dispose ( ) : void
DoubleList ( ) : System
ToArray ( ) : double[][]
this ( int index ) : double[]

Private Methods

Method Description
getoffset ( int index ) : long
setoffset ( int index, long offset ) : void

Method Details

Add() public method

public Add ( double items ) : int
items double
return int

Dispose() public method

public Dispose ( ) : void
return void

DoubleList() public method

public DoubleList ( ) : System
return System

ToArray() public method

public ToArray ( ) : double[][]
return double[][]

this() public method

public this ( int index ) : double[]
index int
return double[]