Class DoubleArgumentValue
Namespace: Void.Minecraft.Commands.Brigadier.ArgumentTypes
Assembly: Void.Minecraft.dll
public record DoubleArgumentValue : IArgumentValue, IEquatable<DoubleArgumentValue>Inheritance
Implements
IArgumentValue, IEquatable<DoubleArgumentValue>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
DoubleArgumentValue(double)
public DoubleArgumentValue(double Value)Parameters
Value double
Properties
Value
public double Value { get; init; }