Decimal32.ReciprocalSqrtEstimate(Decimal32) Method

Definition

public:
 static System::Numerics::Decimal32 ReciprocalSqrtEstimate(System::Numerics::Decimal32 x) = System::Numerics::IFloatingPointIeee754<System::Numerics::Decimal32>::ReciprocalSqrtEstimate;
public static System.Numerics.Decimal32 ReciprocalSqrtEstimate(System.Numerics.Decimal32 x);
static member ReciprocalSqrtEstimate : System.Numerics.Decimal32 -> System.Numerics.Decimal32
Public Shared Function ReciprocalSqrtEstimate (x As Decimal32) As Decimal32

Parameters

Returns

Implements

Applies to