Show / Hide Table of Contents

Enum Enums.OperationMath2

Various math functions on images.

Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.OperationMath2
Remarks

See Math2(Image, OperationMath2).

Fields

Name Description
Atan2

atan2(left, right).

Pow

pow(left, right).

Wop

pow(right, left).

In this article
Back to top Generated by DocFX