[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Bildet das Maximum aller Werte.

Namespace: DynamicNode.Types.Base
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)

Syntax

C#
public static byte Max(
	Matrix<byte> mat
)
Visual Basic
Public Shared Function Max ( _
	mat As Matrix(Of Byte) _
) As Byte
F#
static member Max : 
        mat:Matrix<byte> -> byte 

Parameters

mat
Type: DynamicNode.Types.Base..::..Matrix<(Of <(<'Byte>)>)>
Die Matrix.

Return Value

Das Maximum.

See Also