Method FillSin member FillSin: Tensor<'T> -> unit Fills this tensor with the element-wise sine of the argument. Declaration member FillSin: a:Tensor<'T> -> unit Parameters Type Name Description Tensor<'T> a The tensor to apply this operation to. See Also static member Sin: Tensor<'T> -> Tensor<'T>