Skip to content

UInt24.Abs Method

Definition

Computes the absolute of a value.

public static UInt24 Abs(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value for which to get its absolute.

Returns

UInt24

The absolute of value.