LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

R Property

Show in webframe







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;}

            

            
 
get_R();
set_R(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.