Overload List
Name | Description | |
---|---|---|
LiveMax(View<(Of <<'(Decimal>)>>)) |
Computes the maximum value of a view of Decimal values.
|
|
LiveMax(View<(Of <<'(Double>)>>)) |
Computes the maximum value of a view of Double values.
|
|
LiveMax(View<(Of <<'(Int32>)>>)) |
Computes the maximum value of a view of Int32 values.
|
|
LiveMax(View<(Of <<'(Int64>)>>)) |
Computes the maximum value of a view of Int64 values.
|
|
LiveMax(View<(Of <<'(Nullable<(Of <<'(Decimal>)>>)>)>>)) |
Computes the maximum value of a view of nullable Decimal values.
|
|
LiveMax(View<(Of <<'(Nullable<(Of <<'(Double>)>>)>)>>)) |
Computes the maximum value of a view of nullable Double values.
|
|
LiveMax(View<(Of <<'(Nullable<(Of <<'(Int32>)>>)>)>>)) |
Computes the maximum value of a view of nullable Int32 values.
|
|
LiveMax(View<(Of <<'(Nullable<(Of <<'(Int64>)>>)>)>>)) |
Computes the maximum value of a view of nullable Int64 values.
|
|
LiveMax(View<(Of <<'(Nullable<(Of <<'(Single>)>>)>)>>)) |
Computes the maximum value of a view of nullable Single values.
|
|
LiveMax(View<(Of <<'(Single>)>>)) |
Computes the maximum value of a view of Single values.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>)) |
Computes the maximum value of a view of elements of a generic type.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Decimal>)>>)>)>>)) |
Computes the maximum value of a view of Decimal values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Double>)>>)>)>>)) |
Computes the maximum value of a view of Double values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Int32>)>>)>)>>)) |
Computes the maximum value of a view of Int32 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Int64>)>>)>)>>)) |
Computes the maximum value of a view of Int64 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Decimal>)>>)>)>>)>)>>)) |
Computes the maximum value of a view of nullable Decimal values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Double>)>>)>)>>)>)>>)) |
Computes the maximum value of a view of nullable Double values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Int32>)>>)>)>>)>)>>)) |
Computes the maximum value of a view of nullable Int32 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Int64>)>>)>)>>)>)>>)) |
Computes the maximum value of a view of nullable Int64 values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Nullable<(Of <<'(Single>)>>)>)>>)>)>>)) |
Computes the maximum value of a view of nullable Single values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, Single>)>>)>)>>)) |
Computes the maximum value of a view of Single values that are obtained
by invoking a transform function on each element of the source view.
|
|
LiveMax<(Of <<'(TSource, TResult>)>>)(View<(Of <<'(TSource>)>>), Expression<(Of <<'(Func<(Of <<'(TSource, TResult>)>>)>)>>)) |
Invokes a transform function on each element of a view of elements of a generic type and computes the maximum resulting value.
|