Class FloatHolder
Class to hold a float value passed by reference.
Inheritance
System.Object
FloatHolder
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class FloatHolder : object
Constructors
FloatHolder()
Initializes a new instance of the FloatHolder class.
Declaration
public FloatHolder()
FloatHolder(Single)
Initializes a new instance of the FloatHolder class.
Declaration
public FloatHolder(float value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | value | The value. |
Properties
Value
Gets or sets the value.
Declaration
public float Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |