Table of Contents

Class ShapeShiftInteger

Namespace
ShapeShift
Assembly
ShapeShift.dll

Represents a signed integer value.

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

Constructors

ShapeShiftInteger(long)

Represents a signed integer value.

public ShapeShiftInteger(long Value)

Parameters

Value long

The represented value.

Properties

Value

The represented value.

public long Value { get; init; }

Property Value

long