INumberBase<TSelf>.Abs(TSelf) Methode

Definitie

Berekent de absolute waarde van een waarde.

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

Parameters

value
TSelf

De waarde waarvoor de absolute waarde moet worden opgehaald.

Retouren

TSelf

De absolute van value.

Uitzonderingen

De absolute waarde value is niet vertegenwoordigd door TSelf.

Van toepassing op