Table of Contents

Operator operator +

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

operator +(TimeStep, TimeStep)

Adds two TimeStep values together.

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

Parameters

left TimeStep

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

right TimeStep

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

Returns

TimeStep

A new TimeStep object representing the sum of the left and right values.