Class FloatHolder
Class to hold a float value passed by reference.
Inheritance
System.Object
FloatHolder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class FloatHolder
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 |