Delegate BinaryOperator<TLeft, TRight, TResult>
Namespace: Sttz.Tweener.Core
Assembly: cs.temp.dll.dll
Syntax
public delegate TResult BinaryOperator<TLeft, TRight, TResult>(TLeft left, TRight right);
Parameters
Type | Name | Description |
---|---|---|
TLeft | left | |
TRight | right |
Returns
Type | Description |
---|---|
TResult |
Type Parameters
Name | Description |
---|---|
TLeft | |
TRight | |
TResult |