Search Results for

    Show / Hide Table of Contents

    Class SharedFloat

    Inheritance
    object
    SharedVariable
    SharedVariable<float>
    SharedFloat
    Implements
    System.ICloneable
    System.IDisposable
    IVariable<float>
    Inherited Members
    SharedVariable<float>.Value
    SharedVariable<float>.GetValue()
    SharedVariable<float>.SetValue(object)
    SharedVariable<float>.Getter
    SharedVariable<float>.Setter
    SharedVariable<float>.Bind(IVariable<float>)
    SharedVariable<float>.Bind(SharedVariable)
    SharedVariable<float>.Dispose()
    SharedVariable<float>.value
    SharedVariable<float>.Observe()
    SharedVariable<float>.ObserveT()
    SharedVariable<float>.Clone()
    SharedVariable<float>.CopyProperty(SharedVariable)
    SharedVariable<float>.GetValueType()
    SharedVariable.IsShared
    SharedVariable.IsGlobal
    SharedVariable.IsExposed
    SharedVariable.Name
    SharedVariable.ICloneable.Clone()
    SharedVariable.GetSerializedData()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class SharedFloat : SharedVariable<float>, ICloneable, IDisposable, IVariable<float>

    Constructors

    SharedFloat()

    Declaration
    public SharedFloat()

    SharedFloat(float)

    Declaration
    public SharedFloat(float value)
    Parameters
    Type Name Description
    float value

    Methods

    CloneT()

    Declaration
    protected override SharedVariable<float> CloneT()
    Returns
    Type Description
    SharedVariable<float>
    Overrides
    Ceres.Graph.SharedVariable<float>.CloneT()

    Implements

    System.ICloneable
    System.IDisposable
    IVariable<T>
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX