Search Results for

    Show / Hide Table of Contents

    Class GenericMathFactory

    Defines generic IMath factory.

    Inheritance
    java.lang.Object
    GenericMathFactory
    Inherited Members
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public class GenericMathFactory

    Constructors

    GenericMathFactory()

    Declaration
    public GenericMathFactory()

    Fields

    BYTE_MATH

    Declaration
    public static final IMath<Byte> BYTE_MATH
    Field Value
    Type Description
    IMath<Byte>

    DATE_MATH

    Declaration
    public static final IMath<Date> DATE_MATH
    Field Value
    Type Description
    IMath<Date>

    DOUBLE_MATH

    Declaration
    public static final IMath<Double> DOUBLE_MATH
    Field Value
    Type Description
    IMath<Double>

    FLOAT_MATH

    Declaration
    public static final IMath<Float> FLOAT_MATH
    Field Value
    Type Description
    IMath<Float>

    INTEGER_MATH

    Declaration
    public static final IMath<Integer> INTEGER_MATH
    Field Value
    Type Description
    IMath<Integer>

    LONG_MATH

    Declaration
    public static final IMath<Long> LONG_MATH
    Field Value
    Type Description
    IMath<Long>

    SHORT_MATH

    Declaration
    public static final IMath<Short> SHORT_MATH
    Field Value
    Type Description
    IMath<Short>

    Methods

    <T>create(Class<T> mathClass)

    Tries to acquire IMath for specified class.

    Declaration
    public static IMath<T> <T>create(Class<T> mathClass)
    Parameters
    Type Name Description
    Class<T> mathClass

    The target class.

    Returns
    Type Description
    IMath<T>

    The math instance.

    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml