Share via


DataFrame.ReverseModulo<T>(T, Boolean) Method

Definition

Performs a reversed element-wise modulus operation on each column

public Microsoft.Data.Analysis.DataFrame ReverseModulo<T> (T value, bool inPlace = false) where T : struct;
member this.ReverseModulo : 'T * bool -> Microsoft.Data.Analysis.DataFrame (requires 'T : struct)
Public Function ReverseModulo(Of T As Structure) (value As T, Optional inPlace As Boolean = false) As DataFrame

Type Parameters

T

Parameters

value
T
inPlace
Boolean

Returns

Applies to