Click or drag to resize

IValuePairsExtensiongetCrossSection Method (IValuePairs, IValuePairs, crossSectionType)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Vraca presek u kolekciji koja ce biti istog tipa kao i source parametar

Namespace:  imbSCI.Data.data.maps.datamap
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public static IValuePairs getCrossSection(
	this IValuePairs source,
	IValuePairs second,
	crossSectionType cst
)
Request Example View Source

Parameters

source
Type: imbSCI.Data.data.maps.datamapIValuePairs
kolekcija sa cijim se imenima poredi
second
Type: imbSCI.Data.data.maps.datamapIValuePairs
cst
Type: imbSCI.Data.data.maps.datamapcrossSectionType

Return Value

Type: IValuePairs

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IValuePairs. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also