Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Messaging.FBS.FSingle Struct Reference
Inheritance diagram for droid.Runtime.Messaging.FBS.FSingle:
Collaboration diagram for droid.Runtime.Messaging.FBS.FSingle:

Public Member Functions

void __init (int _i, ByteBuffer _bb)
 
FSingle __assign (int _i, ByteBuffer _bb)
 

Static Public Member Functions

static FSingle GetRootAsFSingle (ByteBuffer _bb)
 
static FSingle GetRootAsFSingle (ByteBuffer _bb, FSingle obj)
 
static void StartFSingle (FlatBufferBuilder builder)
 
static void AddValue (FlatBufferBuilder builder, double value)
 
static void AddRange (FlatBufferBuilder builder, Offset< FRange > rangeOffset)
 
static Offset< FSingleEndFSingle (FlatBufferBuilder builder)
 

Properties

ByteBuffer ByteBuffer [get]
 
double Value [get]
 
FRange Range [get]
 

Detailed Description

Definition at line 20 of file NeodroidFBSTypes.cs.

Member Function Documentation

◆ __assign()

FSingle droid.Runtime.Messaging.FBS.FSingle.__assign ( int  _i,
ByteBuffer  _bb 
)

Definition at line 27 of file NeodroidFBSTypes.cs.

◆ __init()

void droid.Runtime.Messaging.FBS.FSingle.__init ( int  _i,
ByteBuffer  _bb 
)

Definition at line 26 of file NeodroidFBSTypes.cs.

◆ AddRange()

static void droid.Runtime.Messaging.FBS.FSingle.AddRange ( FlatBufferBuilder  builder,
Offset< FRange rangeOffset 
)
static

Definition at line 34 of file NeodroidFBSTypes.cs.

◆ AddValue()

static void droid.Runtime.Messaging.FBS.FSingle.AddValue ( FlatBufferBuilder  builder,
double  value 
)
static

Definition at line 33 of file NeodroidFBSTypes.cs.

◆ EndFSingle()

static Offset<FSingle> droid.Runtime.Messaging.FBS.FSingle.EndFSingle ( FlatBufferBuilder  builder)
static

Definition at line 35 of file NeodroidFBSTypes.cs.

◆ GetRootAsFSingle() [1/2]

static FSingle droid.Runtime.Messaging.FBS.FSingle.GetRootAsFSingle ( ByteBuffer  _bb)
static

Definition at line 24 of file NeodroidFBSTypes.cs.

◆ GetRootAsFSingle() [2/2]

static FSingle droid.Runtime.Messaging.FBS.FSingle.GetRootAsFSingle ( ByteBuffer  _bb,
FSingle  obj 
)
static

Definition at line 25 of file NeodroidFBSTypes.cs.

◆ StartFSingle()

static void droid.Runtime.Messaging.FBS.FSingle.StartFSingle ( FlatBufferBuilder  builder)
static

Definition at line 32 of file NeodroidFBSTypes.cs.

Property Documentation

◆ ByteBuffer

ByteBuffer droid.Runtime.Messaging.FBS.FSingle.ByteBuffer
get

Definition at line 23 of file NeodroidFBSTypes.cs.

◆ Range

FRange droid.Runtime.Messaging.FBS.FSingle.Range
get

Definition at line 30 of file NeodroidFBSTypes.cs.

◆ Value

double droid.Runtime.Messaging.FBS.FSingle.Value
get

Definition at line 29 of file NeodroidFBSTypes.cs.


The documentation for this struct was generated from the following file: