Show / Hide Table of Contents

Class Enums.OperationMath2

Various math functions on images.

Inheritance
System.Object
Enums.OperationMath2
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public static class OperationMath2
Remarks

See Math(String).

Fields

| Improve this Doc View Source

Pow

pow( left, right ).

Declaration
public const string Pow = "pow"
Field Value
Type Description
System.String
| Improve this Doc View Source

Wop

pow( right, left ).

Declaration
public const string Wop = "wop"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX