NFloat.IsNegative(NFloat) Metod

Definition

Avgör om det angivna värdet är negativt.

public:
 static bool IsNegative(System::Runtime::InteropServices::NFloat value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::IsNegative;
public static bool IsNegative(System.Runtime.InteropServices.NFloat value);
static member IsNegative : System.Runtime.InteropServices.NFloat -> bool
Public Shared Function IsNegative (value As NFloat) As Boolean

Parametrar

value
NFloat

Flyttalsvärdet.

Returer

true om värdet är negativt; false Annars.

Implementeringar

Gäller för