Click or drag to resize
RangeRestrictionTAddressSelecta Method

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public RangeRestriction<a> Select<a>(
	Func<TAddress, a> f
)

Parameters

f
Type: SystemFuncTAddress, a

[Missing <param name="f"/> documentation for "M:Deedle.RangeRestriction`1.Select``1(System.Func{`0,``0})"]

Type Parameters

a

Return Value

Type: RangeRestrictiona

[Missing <returns> documentation for "M:Deedle.RangeRestriction`1.Select``1(System.Func{`0,``0})"]

See Also