Decimal.Abs(Decimal) Yöntem

Tanım

Bir değerin mutlak değerini hesaplar.

public:
 static System::Decimal Abs(System::Decimal value) = System::Numerics::INumberBase<System::Decimal>::Abs;
public static decimal Abs(decimal value);
static member Abs : decimal -> decimal
Public Shared Function Abs (value As Decimal) As Decimal

Parametreler

value
Decimal

Mutlak değerinin alındığı değer.

Döndürülenler

öğesinin mutlakı value.

Uygulamalar

Şunlara uygulanır