Method procedure SLSimpleDataBuffer.ISLRealBuffer.ExpFrom(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 ExpFrom( Src : ISLRealBuffer );
C++ Builder:
void __fastcall ExpFrom( ISLRealBuffer Src );
Visual C++ (MFC):
' ExpFrom( Src );
Summary
Computes e to the powerof each element of another buffer and store the result in the buffer.
Description
Call this method to computes e to the powe of each element of another buffer and store the result in the buffer.