Table of Contents

Class LongValue

Namespace
CedarDotNet.Values
Assembly
CedarDotNet.dll

A Cedar value that represents a long.

public sealed record LongValue : Value, IEquatable<Value>, IEquatable<LongValue>
Inheritance
LongValue
Implements
Inherited Members

Constructors

LongValue(long)

A Cedar value that represents a long.

public LongValue(long Value)

Parameters

Value long

The value.

Properties

Value

The value.

public long Value { get; init; }

Property Value

long

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.