Class F64Value
Namespace: DotBoxD.Kernels.Sandbox
Assembly: DotBoxD.Kernels.dll
public sealed record F64Value : SandboxValue, IEquatable<SandboxValue>, IEquatable<F64Value>Inheritance
Section titled “Inheritance”object ← SandboxValue ← F64Value
Implements
Section titled “Implements”IEquatable<SandboxValue>, IEquatable<F64Value>
Inherited Members
Section titled “Inherited Members”SandboxValue.Unit, SandboxValue.Type, SandboxValue.FromBool(bool), SandboxValue.FromInt32(int), SandboxValue.FromInt64(long), SandboxValue.FromDouble(double), SandboxValue.FromString(string), SandboxValue.FromGuid(Guid), SandboxValue.FromOpaqueId(string, string), SandboxValue.FromPath(string), SandboxValue.FromUri(string), SandboxValue.FromList(IReadOnlyList<SandboxValue>), SandboxValue.FromList(IReadOnlyList<SandboxValue>, SandboxType), SandboxValue.FromMap(IReadOnlyDictionary<SandboxValue, SandboxValue>, SandboxType, SandboxType), SandboxValue.FromRecord(IReadOnlyList<SandboxValue>), object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”F64Value(double)
Section titled “ F64Value(double)”public F64Value(double Value)Parameters
Section titled “Parameters”Value double
Properties
Section titled “Properties”public override SandboxType Type { get; }Property Value
Section titled “Property Value”public double Value { get; init; }