Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0