Method procedure SLSimpleDataBuffer.ISLComplexBuffer.SetValue(Real;Real)

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 

Latest revision as of 00:29, 26 June 2013

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: ISLComplexBuffer

Contents

Syntax

Delphi:

procedure SetValue( AReal : Real, AImag : Real );

C++ Builder:

void __fastcall SetValue( double AReal, double AImag );

Visual C++ (MFC):

' SetValue( AReal, AImag );

Summary

Sets the buffer samples to a (AReal, AImag) value.

Description

Call this method to set all the elements of the buffer to a certain value.

Parameters

Parameter Description
AReal Real value to set to all the elements of the buffer.
AImag Imaginary value to set to all the elements of the
buffer.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox