MemoryVariableStore.SetValue(string,float)

Method in MemoryVariableStore

Summary

Stores a float in this VariableStorage.

public virtual void SetValue(string variableName, float floatValue)

Parameters

NameDescription
string variableNameThe name to associate with this variable.
float floatValueThe number to store.