Table of Contents

Operator operator -

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

operator -(TimeStep, TimeStep)

Subtracts the second TimeStep value from the first.

public static TimeStep operator -(TimeStep left, TimeStep right)

Parameters

left TimeStep

The TimeStep value on the left-hand side of the subtraction operator.

right TimeStep

The TimeStep value on the right-hand side of the subtraction operator.

Returns

TimeStep

A new TimeStep object representing the difference between the left and right values.