Struct DoubleParts
The parts of a double as represented by scientific notation.
Inherited Members
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 |