Partager via


Tensor.Ieee754Remainder Méthode

Définition

Surcharges

Ieee754Remainder<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>)

Calcule le reste des nombres dans les tenseurs spécifiés.

Ieee754Remainder<T>(T, ReadOnlyTensorSpan<T>, TensorSpan<T>)

Calcule le reste des nombres dans les tenseurs spécifiés.

Ieee754Remainder<T>(T, ReadOnlyTensorSpan<T>)

Calcule le reste des nombres dans les tenseurs spécifiés.

Ieee754Remainder<T>(ReadOnlyTensorSpan<T>, T)

Calcule le reste des nombres dans les tenseurs spécifiés.

Ieee754Remainder<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>)

Calcule le reste des nombres dans les tenseurs spécifiés.

Ieee754Remainder<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>)

Calcule le reste des nombres dans les tenseurs spécifiés.

Ieee754Remainder<T>(ReadOnlyTensorSpan<T>, T, TensorSpan<T>)

Source:
TensorExtensions.cs

Calcule le reste des nombres dans les tenseurs spécifiés.

public:
generic <typename T>
 where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::TensorSpan<T> ^ Ieee754Remainder(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, T y, System::Numerics::Tensors::TensorSpan<T> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<T> Ieee754Remainder<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, T y, in System.Numerics.Tensors.TensorSpan<T> destination) where T : System.Numerics.IFloatingPointIeee754<T>;
static member Ieee754Remainder : ReadOnlyTensorSpan * 'T * TensorSpan -> TensorSpan (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function Ieee754Remainder(Of T As IFloatingPointIeee754(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T), y As T, ByRef destination As TensorSpan(Of T)) As TensorSpan(Of T)

Paramètres de type

T

Paramètres

y
T

La droite ReadOnlyTensorSpan<T>.

destination
TensorSpan<T>

Retours

S’applique à

Ieee754Remainder<T>(T, ReadOnlyTensorSpan<T>, TensorSpan<T>)

Source:
TensorExtensions.cs

Calcule le reste des nombres dans les tenseurs spécifiés.

public:
generic <typename T>
 where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::TensorSpan<T> ^ Ieee754Remainder(T x, System::Numerics::Tensors::ReadOnlyTensorSpan<T> % y, System::Numerics::Tensors::TensorSpan<T> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<T> Ieee754Remainder<T> (T x, scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> y, in System.Numerics.Tensors.TensorSpan<T> destination) where T : System.Numerics.IFloatingPointIeee754<T>;
static member Ieee754Remainder : 'T * ReadOnlyTensorSpan * TensorSpan -> TensorSpan (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function Ieee754Remainder(Of T As IFloatingPointIeee754(Of T)) (x As T, ByRef y As ReadOnlyTensorSpan(Of T), ByRef destination As TensorSpan(Of T)) As TensorSpan(Of T)

Paramètres de type

T

Paramètres

x
T

La ReadOnlyTensorSpan<T>gauche .

destination
TensorSpan<T>

Retours

S’applique à

Ieee754Remainder<T>(T, ReadOnlyTensorSpan<T>)

Source:
TensorExtensions.cs

Calcule le reste des nombres dans les tenseurs spécifiés.

public:
generic <typename T>
 where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::Tensor<T> ^ Ieee754Remainder(T x, System::Numerics::Tensors::ReadOnlyTensorSpan<T> % y);
public static System.Numerics.Tensors.Tensor<T> Ieee754Remainder<T> (T x, in System.Numerics.Tensors.ReadOnlyTensorSpan<T> y) where T : System.Numerics.IFloatingPointIeee754<T>;
static member Ieee754Remainder : 'T * ReadOnlyTensorSpan -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)> (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function Ieee754Remainder(Of T As IFloatingPointIeee754(Of T)) (x As T, ByRef y As ReadOnlyTensorSpan(Of T)) As Tensor(Of T)

Paramètres de type

T

Paramètres

x
T

La ReadOnlyTensorSpan<T>gauche .

Retours

S’applique à

Ieee754Remainder<T>(ReadOnlyTensorSpan<T>, T)

Source:
TensorExtensions.cs

Calcule le reste des nombres dans les tenseurs spécifiés.

public:
generic <typename T>
 where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::Tensor<T> ^ Ieee754Remainder(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, T y);
public static System.Numerics.Tensors.Tensor<T> Ieee754Remainder<T> (in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, T y) where T : System.Numerics.IFloatingPointIeee754<T>;
static member Ieee754Remainder : ReadOnlyTensorSpan * 'T -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)> (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function Ieee754Remainder(Of T As IFloatingPointIeee754(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T), y As T) As Tensor(Of T)

Paramètres de type

T

Paramètres

y
T

La droite ReadOnlyTensorSpan<T>.

Retours

S’applique à

Ieee754Remainder<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>)

Source:
TensorExtensions.cs

Calcule le reste des nombres dans les tenseurs spécifiés.

public:
generic <typename T>
 where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::Tensor<T> ^ Ieee754Remainder(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, System::Numerics::Tensors::ReadOnlyTensorSpan<T> % y);
public static System.Numerics.Tensors.Tensor<T> Ieee754Remainder<T> (in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, in System.Numerics.Tensors.ReadOnlyTensorSpan<T> y) where T : System.Numerics.IFloatingPointIeee754<T>;
static member Ieee754Remainder : ReadOnlyTensorSpan * ReadOnlyTensorSpan -> System.Numerics.Tensors.Tensor<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)> (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function Ieee754Remainder(Of T As IFloatingPointIeee754(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T), ByRef y As ReadOnlyTensorSpan(Of T)) As Tensor(Of T)

Paramètres de type

T

Paramètres

Retours

S’applique à

Ieee754Remainder<T>(ReadOnlyTensorSpan<T>, ReadOnlyTensorSpan<T>, TensorSpan<T>)

Source:
TensorExtensions.cs

Calcule le reste des nombres dans les tenseurs spécifiés.

public:
generic <typename T>
 where T : System::Numerics::IFloatingPointIeee754<T> static System::Numerics::Tensors::TensorSpan<T> ^ Ieee754Remainder(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x, System::Numerics::Tensors::ReadOnlyTensorSpan<T> % y, System::Numerics::Tensors::TensorSpan<T> % destination);
public static ref readonly System.Numerics.Tensors.TensorSpan<T> Ieee754Remainder<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x, scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> y, in System.Numerics.Tensors.TensorSpan<T> destination) where T : System.Numerics.IFloatingPointIeee754<T>;
static member Ieee754Remainder : ReadOnlyTensorSpan * ReadOnlyTensorSpan * TensorSpan -> TensorSpan (requires 'T :> System.Numerics.IFloatingPointIeee754<'T>)
Public Function Ieee754Remainder(Of T As IFloatingPointIeee754(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T), ByRef y As ReadOnlyTensorSpan(Of T), ByRef destination As TensorSpan(Of T)) As TensorSpan(Of T)

Paramètres de type

T

Paramètres

destination
TensorSpan<T>

Retours

S’applique à