Generated by DocFX

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 Source

EaseIn(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.

View Source

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.