Click or drag to resize

StiFunctionsMathMaximum Method (NullableInt64, NullableInt64)

[Missing <summary> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsMath.Maximum(System.Nullable{System.Int64},System.Nullable{System.Int64})"]

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static Nullable<long> Maximum(
	Nullable<long> value1,
	Nullable<long> value2
)

Parameters

value1
Type: SystemNullableInt64

[Missing <param name="value1"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsMath.Maximum(System.Nullable{System.Int64},System.Nullable{System.Int64})"]

value2
Type: SystemNullableInt64

[Missing <param name="value2"/> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsMath.Maximum(System.Nullable{System.Int64},System.Nullable{System.Int64})"]

Return Value

Type: NullableInt64

[Missing <returns> documentation for "M:Stimulsoft.Report.Dictionary.StiFunctionsMath.Maximum(System.Nullable{System.Int64},System.Nullable{System.Int64})"]

See Also