Show / Hide Table of Contents

    Struct DoubleParts

    The parts of a double as represented by scientific notation.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Core.Extensions.Double
    Assembly: cs.temp.dll.dll
    Syntax
    public struct DoubleParts

    Properties

    Base

    Declaration
    public double Base { get; set; }
    Property Value
    Type Description
    Double

    Exp

    Declaration
    public int Exp { get; set; }
    Property Value
    Type Description
    Int32
    Back to top Copyright © 2020 East Side Games Inc.