IntCollectionAbs Method
Return the absolute value of items in the collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static IntCollection Abs(
IntCollection items
)
Public Shared Function Abs (
items As IntCollection
) As IntCollection
No code example is currently available or this language may not be supported.
- items IntCollection
-
Reference to the collection of items to inspect.
IntCollection
Absolute value on all items.