Class Array2DExtensions.BlendFunc<T1>
Multiplies 'input' by 'mult' and stores it in 'output'.
Inheritance
System.Object
Array2DExtensions.BlendFunc<T1>
Assembly: Eco.Shared.dll
Syntax
public sealed class BlendFunc<T1> : MulticastDelegate
Type Parameters
Constructors
BlendFunc(Object, IntPtr)
Declaration
public BlendFunc(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(ref T1, ref T1, Single, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(ref T1 input, ref T1 output, float mult, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| T1 |
input |
|
| T1 |
output |
|
| System.Single |
mult |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(ref T1, ref T1, IAsyncResult)
Declaration
public virtual void EndInvoke(ref T1 input, ref T1 output, IAsyncResult result)
Parameters
| Type |
Name |
Description |
| T1 |
input |
|
| T1 |
output |
|
| System.IAsyncResult |
result |
|
Invoke(ref T1, ref T1, Single)
Declaration
public virtual void Invoke(ref T1 input, ref T1 output, float mult)
Parameters
| Type |
Name |
Description |
| T1 |
input |
|
| T1 |
output |
|
| System.Single |
mult |
|
Extension Methods