←Select platform

Empty Property

Summary

Gets an Empty class.

Syntax
C#
VB
Objective-C
C++
Java
public static Complex Empty { get; } 
Public Shared ReadOnly Property Empty As Complex 
extern const LTComplex LTComplexZero 
public static Complex getEmpty() 
public: 
static property Complex Empty { 
   Complex get(); 
} 

Property Value

Represents a new instance of the Complex structure with uninitialized member data.

Example

For an example, refer to Complex.

Requirements

Target Platforms

See Also

Reference

Complex Structure

Complex Members

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly