Search Results for

    Show / Hide Table of Contents

    Class NumericExtension

    Numeric extensin methods

    Inheritance
    System.Object
    NumericExtension
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Data
    Assembly: Simplic.CoreLib.dll
    Syntax
    public static class NumericExtension

    Methods

    | Improve this Doc View Source

    Sum(IEnumerable<Numeric>)

    Declaration
    public static Numeric Sum(this IEnumerable<Numeric> source)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<Numeric> source
    Returns
    Type Description
    Numeric
    | Improve this Doc View Source

    Sum<T>(IEnumerable<T>, Func<T, Numeric>)

    Declaration
    public static Numeric Sum<T>(this IEnumerable<T> source, Func<T, Numeric> selector)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<T> source
    System.Func<T, Numeric> selector
    Returns
    Type Description
    Numeric
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx