get_I();
set_I(value);
Object.defineProperty('I');
'Declaration
Public Property I As Double
'Usage
Dim instance As Complex
Dim value As Double
instance.I = value
value = instance.I
Property Value
Value that represents the imaginary part of a complex number.