Class FloatExtensions
Class FloatExtensions.
Inheritance
System.Object
FloatExtensions
Namespace: ISynergy.Framework.Core.Extensions
Assembly: ISynergy.Framework.Core.dll
Syntax
public static class FloatExtensions : object
Methods
View SourceEaseIn(Single)
Ease in.
Declaration
public static float EaseIn(this float _self)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | _self | The self. |
Returns
| Type | Description |
|---|---|
| System.Single | System.Single. |
EaseOut(Single)
Ease out.
Declaration
public static float EaseOut(this float _self)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | _self | The self. |
Returns
| Type | Description |
|---|---|
| System.Single | System.Single. |