Table of Contents

Class SandboxNumericOperations

Namespace
DotBoxD.Kernels.Sandbox
Assembly
DotBoxD.Kernels.dll
public static class SandboxNumericOperations
Inheritance
SandboxNumericOperations
Inherited Members

Methods

Add(SandboxValue, SandboxValue)

public static SandboxValue Add(SandboxValue left, SandboxValue right)

Parameters

left SandboxValue
right SandboxValue

Returns

SandboxValue

Divide(SandboxValue, SandboxValue)

public static SandboxValue Divide(SandboxValue left, SandboxValue right)

Parameters

left SandboxValue
right SandboxValue

Returns

SandboxValue

GreaterThan(SandboxValue, SandboxValue)

public static SandboxValue GreaterThan(SandboxValue left, SandboxValue right)

Parameters

left SandboxValue
right SandboxValue

Returns

SandboxValue

GreaterThanOrEqual(SandboxValue, SandboxValue)

public static SandboxValue GreaterThanOrEqual(SandboxValue left, SandboxValue right)

Parameters

left SandboxValue
right SandboxValue

Returns

SandboxValue

LessThan(SandboxValue, SandboxValue)

public static SandboxValue LessThan(SandboxValue left, SandboxValue right)

Parameters

left SandboxValue
right SandboxValue

Returns

SandboxValue

LessThanOrEqual(SandboxValue, SandboxValue)

public static SandboxValue LessThanOrEqual(SandboxValue left, SandboxValue right)

Parameters

left SandboxValue
right SandboxValue

Returns

SandboxValue

Multiply(SandboxValue, SandboxValue)

public static SandboxValue Multiply(SandboxValue left, SandboxValue right)

Parameters

left SandboxValue
right SandboxValue

Returns

SandboxValue

Negate(SandboxValue)

public static SandboxValue Negate(SandboxValue value)

Parameters

value SandboxValue

Returns

SandboxValue

Remainder(SandboxValue, SandboxValue)

public static SandboxValue Remainder(SandboxValue left, SandboxValue right)

Parameters

left SandboxValue
right SandboxValue

Returns

SandboxValue

Subtract(SandboxValue, SandboxValue)

public static SandboxValue Subtract(SandboxValue left, SandboxValue right)

Parameters

left SandboxValue
right SandboxValue

Returns

SandboxValue