Complex.IsFinite(Complex) 方法

定义

确定指定的复数是否有限。

public:
 static bool IsFinite(System::Numerics::Complex value) = System::Numerics::INumberBase<System::Numerics::Complex>::IsFinite;
public:
 static bool IsFinite(System::Numerics::Complex value);
public static bool IsFinite(System.Numerics.Complex value);
static member IsFinite : System.Numerics.Complex -> bool
Public Shared Function IsFinite (value As Complex) As Boolean

参数

value
Complex

复数。

返回

true 如果同时存在,则真实和虚部是有限的(零、次正常或正常):否则,为 false.

实现

适用于