Show / Hide Table of Contents

Class Array2DExtensions.BlendFunc<T1>

Multiplies 'input' by 'mult' and stores it in 'output'.

Inheritance
System.Object
Array2DExtensions.BlendFunc<T1>
Namespace: Eco.Shared.Utils
Assembly: Eco.Shared.dll
Syntax
public sealed class BlendFunc<T1> : MulticastDelegate
Type Parameters
Name Description
T1

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

CommandLine.FeedFromCommandLine(Object)
CommandLine.ToCommandLineArgs(Object, Func<Object, Boolean>)
ListUtil.DepthFirstTraversal<T>(T, Func<T, IEnumerable<T>>)
EnumerableExtensions.SingleItemAsEnumerable<T>(T)
EventUtils.RaiseEvent<TEventArgs>(Object, String, TEventArgs)
PredicateUtils.MatchesAll<TEnumerable, T>(T, TEnumerable)
PredicateUtils.MatchesAll<T>(T, Func<T, Boolean>[])
PredicateUtils.MatchesAny<TEnumerable, T>(T, TEnumerable)
ReflectionUtils.PropertyValue<T>(Object, PropertyInfo)
ReflectionUtils.TryGetPropertyValueByName<T>(Object, String, out T)
ReflectionUtils.GetPropertyValueByName<T>(Object, String)
ReflectionUtils.SetPropertyByName(Object, String, Object)
ReflectionUtils.GetStructPropertyByName<T>(Object, String)
ReflectionUtils.GetStringPropertyByName(Object, String)
ReflectionUtils.ZipByProperty<T>(Object, Object, Object, Func<T, T, T>)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾