Class ScalarAbsolute
Returns the positive version of a scalar.
Implements
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Flow.dll
Syntax
[UnitCategory("Math/Scalar")]
[UnitTitle("Absolute")]
public sealed class ScalarAbsolute : Absolute<float>, IUnit, IGraphElementWithDebugData, IGraphElement, IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable, IAnalyticsIdentifiable
Methods
Operation(float)
Declaration
protected override float Operation(float input)
Parameters
| Type | Name | Description |
|---|---|---|
| float | input |
Returns
| Type | Description |
|---|---|
| float |