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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize