Class SpvOpExtensions
Inheritance
System.Object
SpvOpExtensions
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: Smolv
Assembly: Smolv.dll
Syntax
public static class SpvOpExtensions
Methods
|
Improve this Doc
View Source
OpDebugInfo(SpvOp)
Declaration
public static bool OpDebugInfo(this SpvOp _this)
Parameters
Type |
Name |
Description |
SpvOp |
_this |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OpDebugInfo(SpvOp, Int32)
Declaration
public static bool OpDebugInfo(this SpvOp _this, int opsCount)
Parameters
Type |
Name |
Description |
SpvOp |
_this |
|
System.Int32 |
opsCount |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OpDeltaFromResult(SpvOp)
Declaration
public static int OpDeltaFromResult(this SpvOp _this)
Parameters
Type |
Name |
Description |
SpvOp |
_this |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OpDeltaFromResult(SpvOp, Int32)
Declaration
public static int OpDeltaFromResult(this SpvOp _this, int opsCount)
Parameters
Type |
Name |
Description |
SpvOp |
_this |
|
System.Int32 |
opsCount |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
OpHasResult(SpvOp)
Declaration
public static bool OpHasResult(this SpvOp _this)
Parameters
Type |
Name |
Description |
SpvOp |
_this |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OpHasResult(SpvOp, Int32)
Declaration
public static bool OpHasResult(this SpvOp _this, int opsCount)
Parameters
Type |
Name |
Description |
SpvOp |
_this |
|
System.Int32 |
opsCount |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OpHasType(SpvOp)
Declaration
public static bool OpHasType(this SpvOp _this)
Parameters
Type |
Name |
Description |
SpvOp |
_this |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OpHasType(SpvOp, Int32)
Declaration
public static bool OpHasType(this SpvOp _this, int opsCount)
Parameters
Type |
Name |
Description |
SpvOp |
_this |
|
System.Int32 |
opsCount |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OpVarRest(SpvOp)
Declaration
public static bool OpVarRest(this SpvOp _this)
Parameters
Type |
Name |
Description |
SpvOp |
_this |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OpVarRest(SpvOp, Int32)
Declaration
public static bool OpVarRest(this SpvOp _this, int opsCount)
Parameters
Type |
Name |
Description |
SpvOp |
_this |
|
System.Int32 |
opsCount |
|
Returns
Type |
Description |
System.Boolean |
|