Search Results for

    Show / Hide Table of Contents

    Class DoubleCell

    Inheritance
    object
    SheetCell
    SheetCellBase<double, double>
    SheetCell<double>
    NumericCell<double>
    DoubleCell
    Implements
    IEquatable<SheetCell>
    IValueCell<double>
    IValueCell
    Inherited Members
    NumericCell<double>.GetSearchText()
    NumericCell<double>.IsNullOrEmpty()
    SheetCell<double>.Value
    SheetCellBase<double, double>.Value
    SheetCellBase<double, double>.GetBoxedValue()
    SheetCellBase<double, double>.ResetValue()
    SheetCellBase<double, double>.Equals(SheetCell)
    SheetCellBase<double, double>.GetHashCode()
    SheetCell.Create(string, ColumnDataType)
    SheetCell.CreateAssetCell(string, ColumnDataType, ObjectReference)
    SheetCell.ColumnId
    SheetCell.Equals(SheetCell)
    SheetCell.Equals(object)
    SheetCell.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    [Serializable]
    public sealed class DoubleCell : NumericCell<double>, IEquatable<SheetCell>, IValueCell<double>, IValueCell

    Constructors

    | Edit this page View Source

    DoubleCell(string, double)

    Declaration
    public DoubleCell(string columnId, double value = 0)
    Parameters
    Type Name Description
    string columnId
    double value

    Implements

    IEquatable<T>
    IValueCell<T>
    IValueCell

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation