Table of Contents

Class ShapeShiftFloat

Namespace
ShapeShift
Assembly
ShapeShift.dll

Represents a floating-point value.

public sealed record ShapeShiftFloat : ShapeShiftNumber, IShapeable<ShapeShiftValue>, IEquatable<ShapeShiftValue>, IEquatable<ShapeShiftNumber>, IEquatable<ShapeShiftFloat>
Inheritance
ShapeShiftFloat
Implements
IShapeable<ShapeShiftValue>
Inherited Members

Constructors

ShapeShiftFloat(double)

Represents a floating-point value.

public ShapeShiftFloat(double Value)

Parameters

Value double

The represented value.

Properties

Value

The represented value.

public double Value { get; init; }

Property Value

double