C# Class ManagedCuda.NPP.NppiSize

Mostra file Open project: kunzmi/managedCuda Class Usage Examples

Public Properties

Property Type Description
height int
width int

Public Methods

Method Description
Add ( NppiSize src, NppiSize value ) : NppiSize

per element Add

Add ( NppiSize src, int value ) : NppiSize

per element Add

Add ( int src, NppiSize value ) : NppiSize

per element Add

Divide ( NppiSize src, NppiSize value ) : NppiSize

per element Divide

Divide ( NppiSize src, int value ) : NppiSize

per element Divide

Divide ( int src, NppiSize value ) : NppiSize

per element Divide

Equals ( NppiSize value ) : bool

Equals ( object obj ) : bool

GetHashCode ( ) : int

Multiply ( NppiSize src, NppiSize value ) : NppiSize

per element Multiply

Multiply ( NppiSize src, int value ) : NppiSize

per element Multiply

Multiply ( int src, NppiSize value ) : NppiSize

per element Multiply

NppiSize ( int aWidth, int aHeight ) : System

Non-default constructor

Subtract ( NppiSize src, NppiSize value ) : NppiSize

per element Substract

Subtract ( NppiSize src, int value ) : NppiSize

per element Substract

Subtract ( int src, NppiSize value ) : NppiSize

per element Substract

ToString ( ) : string

operator ( ) : NppiSize

per element

operator ( ) : bool

per element

Method Details

Add() public static method

per element Add
public static Add ( NppiSize src, NppiSize value ) : NppiSize
src NppiSize
value NppiSize
return NppiSize

Add() public static method

per element Add
public static Add ( NppiSize src, int value ) : NppiSize
src NppiSize
value int
return NppiSize

Add() public static method

per element Add
public static Add ( int src, NppiSize value ) : NppiSize
src int
value NppiSize
return NppiSize

Divide() public static method

per element Divide
public static Divide ( NppiSize src, NppiSize value ) : NppiSize
src NppiSize
value NppiSize
return NppiSize

Divide() public static method

per element Divide
public static Divide ( NppiSize src, int value ) : NppiSize
src NppiSize
value int
return NppiSize

Divide() public static method

per element Divide
public static Divide ( int src, NppiSize value ) : NppiSize
src int
value NppiSize
return NppiSize

Equals() public method

public Equals ( NppiSize value ) : bool
value NppiSize
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Multiply() public static method

per element Multiply
public static Multiply ( NppiSize src, NppiSize value ) : NppiSize
src NppiSize
value NppiSize
return NppiSize

Multiply() public static method

per element Multiply
public static Multiply ( NppiSize src, int value ) : NppiSize
src NppiSize
value int
return NppiSize

Multiply() public static method

per element Multiply
public static Multiply ( int src, NppiSize value ) : NppiSize
src int
value NppiSize
return NppiSize

NppiSize() public method

Non-default constructor
public NppiSize ( int aWidth, int aHeight ) : System
aWidth int
aHeight int
return System

Subtract() public static method

per element Substract
public static Subtract ( NppiSize src, NppiSize value ) : NppiSize
src NppiSize
value NppiSize
return NppiSize

Subtract() public static method

per element Substract
public static Subtract ( NppiSize src, int value ) : NppiSize
src NppiSize
value int
return NppiSize

Subtract() public static method

per element Substract
public static Subtract ( int src, NppiSize value ) : NppiSize
src int
value NppiSize
return NppiSize

ToString() public method

public ToString ( ) : string
return string

operator() public static method

per element
public static operator ( ) : NppiSize
return NppiSize

operator() public static method

per element
public static operator ( ) : bool
return bool

Property Details

height public_oe property

Rectangle height.
public int height
return int

width public_oe property

Rectangle width.
public int width
return int