←Select platform

R Property

Summary

Gets or sets a value that represents the real part of a complex number.

Syntax

C#
VB
Java
WinRT C#
C++
public double R { get; set; } 
Public Property R As Double 
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly