Class SandboxNumericOperations
Namespace: DotBoxD.Kernels.Sandbox
Assembly: DotBoxD.Kernels.dll
public static class SandboxNumericOperationsInheritance
Section titled “Inheritance”object ← SandboxNumericOperations
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”Add(SandboxValue, SandboxValue)
Section titled “ Add(SandboxValue, SandboxValue)”public static SandboxValue Add(SandboxValue left, SandboxValue right)Parameters
Section titled “Parameters”left SandboxValue
right SandboxValue
Returns
Section titled “Returns”Divide(SandboxValue, SandboxValue)
Section titled “ Divide(SandboxValue, SandboxValue)”public static SandboxValue Divide(SandboxValue left, SandboxValue right)Parameters
Section titled “Parameters”left SandboxValue
right SandboxValue
Returns
Section titled “Returns”GreaterThan(SandboxValue, SandboxValue)
Section titled “ GreaterThan(SandboxValue, SandboxValue)”public static SandboxValue GreaterThan(SandboxValue left, SandboxValue right)Parameters
Section titled “Parameters”left SandboxValue
right SandboxValue
Returns
Section titled “Returns”GreaterThanOrEqual(SandboxValue, SandboxValue)
Section titled “ GreaterThanOrEqual(SandboxValue, SandboxValue)”public static SandboxValue GreaterThanOrEqual(SandboxValue left, SandboxValue right)Parameters
Section titled “Parameters”left SandboxValue
right SandboxValue
Returns
Section titled “Returns”LessThan(SandboxValue, SandboxValue)
Section titled “ LessThan(SandboxValue, SandboxValue)”public static SandboxValue LessThan(SandboxValue left, SandboxValue right)Parameters
Section titled “Parameters”left SandboxValue
right SandboxValue
Returns
Section titled “Returns”LessThanOrEqual(SandboxValue, SandboxValue)
Section titled “ LessThanOrEqual(SandboxValue, SandboxValue)”public static SandboxValue LessThanOrEqual(SandboxValue left, SandboxValue right)Parameters
Section titled “Parameters”left SandboxValue
right SandboxValue
Returns
Section titled “Returns”Multiply(SandboxValue, SandboxValue)
Section titled “ Multiply(SandboxValue, SandboxValue)”public static SandboxValue Multiply(SandboxValue left, SandboxValue right)Parameters
Section titled “Parameters”left SandboxValue
right SandboxValue
Returns
Section titled “Returns”Negate(SandboxValue)
Section titled “ Negate(SandboxValue)”public static SandboxValue Negate(SandboxValue value)Parameters
Section titled “Parameters”value SandboxValue
Returns
Section titled “Returns”Remainder(SandboxValue, SandboxValue)
Section titled “ Remainder(SandboxValue, SandboxValue)”public static SandboxValue Remainder(SandboxValue left, SandboxValue right)Parameters
Section titled “Parameters”left SandboxValue
right SandboxValue
Returns
Section titled “Returns”Subtract(SandboxValue, SandboxValue)
Section titled “ Subtract(SandboxValue, SandboxValue)”public static SandboxValue Subtract(SandboxValue left, SandboxValue right)Parameters
Section titled “Parameters”left SandboxValue
right SandboxValue