Skip to content

UInt24.IsComplexNumber Method

Definition

Determines if a value represents a complex number.

public static bool IsComplexNumber(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to be checked.

Returns

Boolean

true if value is a complex number; otherwise, false.