Teilen über


Single.Exp10M1(Single) Methode

Definition

Berechnet 10 auf eine bestimmte Potenz ausgelöst und subtrahiert eine.

public:
 static float Exp10M1(float x) = System::Numerics::IExponentialFunctions<float>::Exp10M1;
public static float Exp10M1 (float x);
static member Exp10M1 : single -> single
Public Shared Function Exp10M1 (x As Single) As Single

Parameter

x
Single

Die Macht, auf die 10 angehoben wird.

Gibt zurück

10x - 1

Implementiert

Gilt für: