Method procedure SLSimpleDataBuffer.ISLRealBuffer.ThresholdFrom(ISLRealBuffer;Real;TSLThresholdType)

From Mitov Wiki Doc
Jump to: navigation, search

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 ThresholdFrom( Src : ISLRealBuffer, AThreshold : Real, AType : TSLThresholdType );

C++ Builder:

void __fastcall ThresholdFrom( ISLRealBuffer Src, double AThreshold, TSLThresholdType AType );

Visual C++ (MFC):

' ThresholdFrom( Src, AThreshold, AType );

Summary

Performs the threshold operation on the elements of another vector by limiting the element values by Level, and stoes the results in the current vector.

Description

Call this method to perform the threshold operation on the elements of another vector by limiting the element values by Level, and stoes the results in the current vector.

Parameter

Parameter Description
Src Data source vector.
AThreshold Parameters Threshold Level.
AType Threshold Type - LessThn
or GreaterThan the Level.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox