In This Article

DoublePart Class

Represents a Double part.

[Obsolete("Use generic class FloatingPointIeee754NumberPart<Double> instead.")]
public class DoublePart : FloatingPointIeee754NumberPart<double>, ISpinnablePart<double?>, IPart
Inheritance:
object PartBase<double?> FormattedPartBase<double?> NumberPartBase<double> NumberPart<double> FloatingPointNumberPart<double> FloatingPointIeee754NumberPart<double> object
Implements:
ISpinnablePart<double?> IPart

Constructors

DoublePart()

Initializes an instance of the class.

public DoublePart()

DoublePart(string?)

Initializes an instance of the class with the specified format.

public DoublePart(string? format)
Parameter Type Description
format string

The numeric or composite format.

Inherited Members

Extension Methods