Table of Contents

Class NumberInfo

Namespace
NumSharp.Utilities
Assembly
NumSharp.dll
public static class NumberInfo
Inheritance
NumberInfo
Inherited Members

Methods

MaxValue(NPTypeCode)

Get the min value of given NPTypeCode.

public static object MaxValue(this NPTypeCode typeCode)

Parameters

typeCode NPTypeCode

Returns

object

MinValue(NPTypeCode)

Get the min value of given NPTypeCode.

public static object MinValue(this NPTypeCode typeCode)

Parameters

typeCode NPTypeCode

Returns

object