Search Results for

    Show / Hide Table of Contents

    Class DoubleHolder

    Class to hold a double value passed by reference.

    Inheritance
    System.Object
    DoubleHolder
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class DoubleHolder : object

    Constructors

    DoubleHolder()

    Initializes a new instance of the DoubleHolder class.

    Declaration
    public DoubleHolder()

    DoubleHolder(Double)

    Initializes a new instance of the DoubleHolder class.

    Declaration
    public DoubleHolder(double value)
    Parameters
    Type Name Description
    System.Double value

    The value.

    Properties

    Value

    Gets or sets the value.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0