다음을 통해 공유


Tensor.Average<T>(ReadOnlyTensorSpan<T>) 메서드

정의

x 텐서에 있는 요소의 평균을 반환합니다.

public:
generic <typename T>
 where T : System::Numerics::IFloatingPoint<T> static T Average(System::Numerics::Tensors::ReadOnlyTensorSpan<T> % x);
public static T Average<T> (scoped in System.Numerics.Tensors.ReadOnlyTensorSpan<T> x) where T : System.Numerics.IFloatingPoint<T>;
static member Average : ReadOnlyTensorSpan -> 'T (requires 'T :> System.Numerics.IFloatingPoint<'T>)
Public Function Average(Of T As IFloatingPoint(Of T)) (ByRef x As ReadOnlyTensorSpan(Of T)) As T

형식 매개 변수

T

매개 변수

x
ReadOnlyTensorSpan<T>

의 평균을 취할 TensorSpan<T>.

반환

T

평균을 나타내는 T.

적용 대상