Click or drag to resize

GlobalsMaxT Method


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public static T Max<T>(
	T a,
	T b
)
where T : Object, IComparable, IComparable<T>

Parameters

a  T
 
b  T
 

Type Parameters

T

Return Value

T
See Also