←Select platform

R Property

Summary

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

Syntax
C#
VB
C++
Java
public double R { get; set; } 
Public Property R As Double 
public double getR() 
public void setR(double value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly