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

Show in webframe

R Property








Gets or sets a value that represents the real part of a complex number.
Syntax
public double R {get; set;}
'Declaration
 
Public Property R As Double
'Usage
 
Dim instance As Complex
Dim value As Double
 
instance.R = value
 
value = instance.R
public double R {get; set;}
public double getR()
public void setR(double value)
            
 <br/>get_R();<br/>set_R(value);<br/>Object.defineProperty('R'); 
public:
property double R {
   double get();
   void set (    double value);
}

Property Value

Value that represents the real part of a complex number.
Example
Refer to Complex.
Requirements

Target Platforms

See Also

Reference

Complex Structure
Complex Members

Error processing SSI file