Simulation.StringFloatPair Class Reference

A class that helps creating key value pairs. More...

Public Member Functions

 StringFloatPair (string key, float value)
 Create a new helper to later on create key value pairs More...
 

Public Attributes

string stringValue
 The key/name/identifier More...
 
float floatValue
 The value More...
 

Detailed Description

A class that helps creating key value pairs.

Constructor & Destructor Documentation

Simulation.StringFloatPair.StringFloatPair ( string  key,
float  value 
)

Create a new helper to later on create key value pairs

Parameters
keyThis will be the key
valueThis will be the value

Member Data Documentation

float Simulation.StringFloatPair.floatValue

The value

string Simulation.StringFloatPair.stringValue

The key/name/identifier


The documentation for this class was generated from the following file:
  • StringFloatPair.cs