Skip to content

Class SandboxNumericOperations

Namespace: DotBoxD.Kernels.Sandbox
Assembly: DotBoxD.Kernels.dll

public static class SandboxNumericOperations

objectSandboxNumericOperations

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

public static SandboxValue Add(SandboxValue left, SandboxValue right)

left SandboxValue

right SandboxValue

SandboxValue

public static SandboxValue Divide(SandboxValue left, SandboxValue right)

left SandboxValue

right SandboxValue

SandboxValue

public static SandboxValue GreaterThan(SandboxValue left, SandboxValue right)

left SandboxValue

right SandboxValue

SandboxValue

GreaterThanOrEqual(SandboxValue, SandboxValue)

Section titled “ GreaterThanOrEqual(SandboxValue, SandboxValue)”
public static SandboxValue GreaterThanOrEqual(SandboxValue left, SandboxValue right)

left SandboxValue

right SandboxValue

SandboxValue

public static SandboxValue LessThan(SandboxValue left, SandboxValue right)

left SandboxValue

right SandboxValue

SandboxValue

LessThanOrEqual(SandboxValue, SandboxValue)

Section titled “ LessThanOrEqual(SandboxValue, SandboxValue)”
public static SandboxValue LessThanOrEqual(SandboxValue left, SandboxValue right)

left SandboxValue

right SandboxValue

SandboxValue

public static SandboxValue Multiply(SandboxValue left, SandboxValue right)

left SandboxValue

right SandboxValue

SandboxValue

public static SandboxValue Negate(SandboxValue value)

value SandboxValue

SandboxValue

public static SandboxValue Remainder(SandboxValue left, SandboxValue right)

left SandboxValue

right SandboxValue

SandboxValue

public static SandboxValue Subtract(SandboxValue left, SandboxValue right)

left SandboxValue

right SandboxValue

SandboxValue