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
ValuedoubleThe represented value.
Properties
Value
The represented value.
public double Value { get; init; }