Class Enums.OperationBoolean
Boolean operations.
Inheritance
System.Object
Enums.OperationBoolean
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 OperationBoolean
Remarks
Fields
| Improve this Doc View SourceAnd
&
Declaration
public const string And = "and"
Field Value
Type | Description |
---|---|
System.String |
Eor
^
Declaration
public const string Eor = "eor"
Field Value
Type | Description |
---|---|
System.String |
Lshift
<<
Declaration
public const string Lshift = "lshift"
Field Value
Type | Description |
---|---|
System.String |
Or
|
Declaration
public const string Or = "or"
Field Value
Type | Description |
---|---|
System.String |
Rshift
Declaration
public const string Rshift = "rshift"
Field Value
Type | Description |
---|---|
System.String |