Class ScalarAbsolute
Returns the positive version of a scalar.
Implements
IDisposable
Inherited Members
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
[UnitCategory]
[UnitTitleAttribute]
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 |
Overrides
Implements
IDisposable