ImageGear for .NET
MultiplyByVectorWithCast Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace > IGDoubleMatrix Class : MultiplyByVectorWithCast Method




vectorContent
Vector value.
vectorOffset
Start offset to vectorToMultiply vector.

Glossary Item Box

Multiplies matrix by vector found in vectorContent array at the specified offset, truncating result values, and stores result in the same place.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

vectorContent
Vector value.
vectorOffset
Start offset to vectorToMultiply vector.

Remarks

Result vector values are set to 65535 if operation result exceed 65535.

See Also

©2013. Accusoft Corporation. All Rights Reserved.