Method | Description | |
---|---|---|
Compute ( ) : int | ||
Compute ( IEnumerable objs ) : int | ||
Compute ( object obj ) : int | ||
Compute ( object obj1, object obj2 ) : int | ||
Compute ( object obj1, object obj2, object obj3 ) : int |
public static Compute ( IEnumerable objs ) : int | ||
objs | IEnumerable | |
return | int |
public static Compute ( object obj1, object obj2 ) : int | ||
obj1 | object | |
obj2 | object | |
return | int |
public static Compute ( object obj1, object obj2, object obj3 ) : int | ||
obj1 | object | |
obj2 | object | |
obj3 | object | |
return | int |