Quad.IsRealNumber Method

Determines if a value represents a real number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static bool IsRealNumber(
	Quad value
)

Parameters

value  Quad
The value to be checked.

Return Value

Boolean
true if value is a real number; otherwise, false.

Implements

INumberBase<TSelf>.IsRealNumber(TSelf)

See Also