INumberBase<TSelf>.Abs(TSelf) Methode

Definition

Berechnet das Absolute eines Werts.

public:
 static TSelf Abs(TSelf value);
public static abstract TSelf Abs (TSelf value);
static member Abs : 'Self -> 'Self
Public Shared Function Abs (value As TSelf) As TSelf

Parameter

value
TSelf

Der Wert, für den der absolute Wert abgerufen werden soll.

Gibt zurück

TSelf

Das Absolute von value.

Ausnahmen

Das Absolute von value ist nicht durch TSelfdarstellbar.

Gilt für: