UInt16.INumberBase<UInt16>.Abs(UInt16) Methode

Definition

Berechnet das Absolute eines Werts.

 static System::UInt16 System.Numerics.INumberBase<System.UInt16>.Abs(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::Abs;
static ushort INumberBase<ushort>.Abs (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.Abs : uint16 -> uint16
 Shared Function Abs (value As UShort) As UShort Implements INumberBase(Of UShort).Abs

Parameter

value
UInt16

Der Wert, dessen absoluter Wert abgerufen werden soll.

Gibt zurück

Das Absolute von value.

Implementiert

Gilt für: