FloatReference

Inherits from ValueReference<T>

Declaration

[Serializable]
public class FloatReference : ValueReference<float, FloatVariable>

Description

A reference to a float value, either a constant or FloatVariable.

Constructors

FloatReferenceCreates a new float reference.

Operators

ImplicitImplicitly converts the reference to a float.