Skip to content

UInt24.IsImaginaryNumber Method

Definition

Determines if a value represents a pure imaginary number.

public static bool IsImaginaryNumber(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value to be checked.

Returns

Boolean

true if value is a pure imaginary number; otherwise, false.