Method procedure SLSimpleDataBuffer.ISLRealBuffer.AbsFrom(ISLRealBuffer)
From Mitov Wiki Doc
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: ISLRealBuffer
Contents |
Syntax
Delphi:
procedure AbsFrom( Src : ISLRealBuffer );
C++ Builder:
void __fastcall AbsFrom( ISLRealBuffer Src );
Visual C++ (MFC):
' AbsFrom( Src );
Summary
Assigns each element of the buffer with the absolute value of the corresponding element of another buffer.
Description
Call this method to assign each element of the buffer with the absolute value of the corresponding element of another buffer.