Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Empty Property








Gets an Empty class.
Syntax
public static Complex Empty {get;}
'Declaration
 
Public Shared ReadOnly Property Empty As Complex
'Usage
 
Dim value As Complex
 
value = Complex.Empty
public static Complex Empty {get;}
extern const LTComplex LTComplexZero
public static Complex getEmpty()
 get_Empty(); 
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

Error processing SSI file