Table of Contents

Class F64Value

Namespace
DotBoxD.Kernels.Sandbox
Assembly
DotBoxD.Kernels.dll
public sealed record F64Value : SandboxValue, IEquatable<SandboxValue>, IEquatable<F64Value>
Inheritance
F64Value
Implements
Inherited Members

Constructors

F64Value(double)

public F64Value(double Value)

Parameters

Value double

Properties

Type

public override SandboxType Type { get; }

Property Value

SandboxType

Value

public double Value { get; init; }

Property Value

double